ControlSetActiveTab()
note
This article is about the ControlSetActiveTab action in the USoft Action Language.
ControlSetActiveTab()
Makes the specified tab page the active one (visually, the tab page will appear raised).
Syntax
ControlSetActiveTab( *tab-page* )
Tab-page is the tab page that must become the active tab page.
Example
Tab_1.ControlSetActiveTab( Tab_1.Page_1() )
Exposed by
- Tab controls