IsTabActivated

Returns whether the given tab is activated or deactivated.

Parameters

Name Type Description
objName String The name of the tab.

Return Value

Result Value
true  The tab is activated.
false The tab is deactivated or not found.

Examples

This example returns true if the Development tab is activated, or false if it is deactivated:

IsTabActivated("Development");

Comments

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