Gseos.SetActiveDesktopPage
Previous  Top  Next

SetActiveDesktopPage(strPageName)

Sets the active Desktop page to the one specified by strPageName.

ParameterDescription     
strPageNameThe 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')