Activating a Tab

I know this has been asked before, but I cannot find the answer: How do you programatically select a tab? Thus making it focus and front and center? BTW, I tried to use the search feature... nothing returned any results... even "tab" though lots of messages about tabs are clearly visible. -- David

3 Replies

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. :)


RP Ramesh Praveen Syncfusion Team August 14, 2003 06:52 PM UTC

You are welcome.

Loader.
Up arrow icon