Description
- Moves the active window to the specified desktop.
Syntax
- VDesk.MoveActive(deskname)
Parameters
- deskname
- (string) desktop name or number
- The desktop "deskname" must already exist.
Examples
- VDesk.MoveActive("work")
- Moves the active window to the desktop named "work".
- VDesk.MoveActive(2)
- Moves the active window to the desktop #2.
Version Compatibility
- Integer deskname parameter introduced in PowerPro 4.1.0.5.