Print Page | Close Window

How to get Child Control on RibbonBar xtpControlBu

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=20601
Printed Date: 15 November 2024 at 10:51pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to get Child Control on RibbonBar xtpControlBu
Posted By: ksaddique
Subject: How to get Child Control on RibbonBar xtpControlBu
Date Posted: 07 February 2013 at 7:15am

Hello 

how we get child control on Ribbon Bar Conrol Button Popup


Dim i, j, k, L As Integer

For i = 0 To RibbonBar.TabCount - 1

      For j = 0 To RibbonBar.Tab(i).Groups.GroupCount - 1

              For k = 0 To RibbonBar.Tab(i).Groups.Group(j).Count - 1

                     If (RibbonBar.Tab(i).Groups.Group(j).Item(k).Type = xtpControlButtonPopup) Then

                      ???????????????????????????

                     End If
              Next
       Next
Next



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net