ActivateTab

Activates the given tab.

Note: This method applies to individual tabs, not the tab container control that holds the tabs.

Parameters

Name Type Description
objName String The name of the tab.

Return Value

Result Value
(none)  

Examples

This example activates the Development tab:

ActivateTab("Development");

Comments

This currently works only with tabs (not tab controls).