PS
Prakash S
Syncfusion Team
August 12, 2003 08:48 PM UTC
Hi David,
Are you referring to the TabControlExt component or the tabs in a tabbed docking group? If it's the former, setting the TabControlExt.SelectedTab property should suffice. For a docking window tabbed group, you can use the DockingManager.ActivateControl(Control) method to specify the dockable control that needs to be activated.
Prakash
Syncfusion
DW
David Whatley
August 13, 2003 09:16 PM UTC
Thank you, that worked. :)