![]() |
RibbonTab Selection |
Post Reply
|
| Author | |
moe188
Senior Member
Joined: 27 March 2006 Status: Offline Points: 225 |
Post Options
Thanks(0)
Quote Reply
Topic: RibbonTab SelectionPosted: 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,
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
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" ....... |
|
![]() |
|
moe188
Senior Member
Joined: 27 March 2006 Status: Offline Points: 225 |
Post Options
Thanks(0)
Quote Reply
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?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |