We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Ribbon Set Active Tab

We have a RibbonForm built using 5.1.1.0. Can anyone tell me how to set the active tab item in the Ribbon control. I have looked through both RibbonControlAdv and ToolStripTabItem and I can't seem to find a property or method that will do this for me.

Thanks
Patrick

3 Replies

J. J.Nagarajan Syncfusion Team August 10, 2007 08:10 PM UTC

Hi Patrick,

Thanks for using Syncfusion Products.

If your intention is to select the tab in Ribbon control means please use CheckState property in ToolStripTabItem .

The following code snippet which illustrates how to select the tab in ribbon control.

toolStripTabItem2.CheckState = CheckState.Checked;

Please refer to the attached sample from the following page

http://websamples.syncfusion.com/samples/Diagram.Windows/36464/main.htm

Please let me know if you have any more queries.

Regards,
Nagaraj


PH Patrick Hampton August 10, 2007 09:03 PM UTC

Nagaraj

That appears to do the trick. I was looking for somthing like SelectedTab or ActiveTab. Thanks for the help.

Patrick


J. J.Nagarajan Syncfusion Team September 6, 2007 08:55 PM UTC

Hi Patrick,

Thanks for the update.

Please feel free to contact us if you have any other questions.

Thanks for your continued interest in Syncfusion product.

Regards,
Nagaraj

Loader.
Live Chat Icon For mobile
Up arrow icon