Gseos.SetActiveDesktopPage
Previous
Top
Next
SetActiveDesktopPage(strPageName)
Sets the active
Desktop page
to the one specified by strPageName.
Parameter
Description
strPageName
The name of the desktop page to activate.
Returns
None
If a page with the name strPageName does not exist the active desktop tab is not changed.
Example
Switches to the 'Test' page:
import Gseos
Gseos.SetActiveDesktopPage('Test')