Print Page | Close Window

RibbonTab Selection

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=4957
Printed Date: 20 June 2025 at 2:10pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: RibbonTab Selection
Posted By: moe188
Subject: RibbonTab Selection
Date Posted: 03 September 2006 at 9:35pm
Hi,
how can you determine which ribbontab was selected or clicked by the user?
Note: I am still using 10.1.1 version
thank you,
 



Replies:
Posted By: SuperMario
Date Posted: 19 September 2006 at 2:30pm
Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)
    On Error Resume Next
    
    Select Case Control.Id
        Case XTPCommandBarsSpecialCommands.XTP_ID_RIBBONCONTROLTAB:
            Debug.Print "Selected Tab is Changed"

.......


Posted By: moe188
Date Posted: 19 September 2006 at 3:24pm
Hi,
the following error occurd: "Complie error: Variable not defined" and the "XTPCommandBarsSpecialCommands" is hilighted.
Any idea how to fix this problem?
 


Posted By: Oleg
Date Posted: 19 September 2006 at 3:30pm
Hello,
In 10.1.1 there was no such enumerator and there was no ability to catch this event. Sorry.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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