![]() |
Select Tab RibbonBar |
Post Reply
|
| Author | |
evidica
Newbie
Joined: 31 March 2008 Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Topic: Select Tab RibbonBarPosted: 10 April 2008 at 4:26pm |
|
I have a RibbonBar in a CommandBar like done through the examples. How do I select a different tab in code?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 April 2008 at 1:05am |
|
Hi,
RibbonBar.Tab(3).Selected = True
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
evidica
Newbie
Joined: 31 March 2008 Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 April 2008 at 9:14am |
|
Just a note, I am doing this in C#, if that even matters, but I dont have RibbonBar.Tab method. I have TabCount, TabPaintManager and TabsVisible. Any Ideas?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 April 2008 at 2:44pm |
|
C# converted it to inexer:
RibbonBar[3].Selected |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
evidica
Newbie
Joined: 31 March 2008 Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 April 2008 at 2:46pm |
|
THANK YOU SIR! I wish there was better documentation for these things.
|
|
![]() |
|
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 |