Function
Workspace.Record(Handle handle, String name, Int32 icon, Boolean visibleOnly, Boolean removeOthers)
API | http://api.avolites.com/11.0/Workspace.Record.html |
---|---|
description | Records a Workspace |
namespace | Workspace |
parameter | handle ( Handle ) : The handle |
name ( String ) : The name | |
icon ( Int32 ) : The icon | |
visibleOnly ( Boolean ) : if set to true, only record the visible windows | |
removeOthers ( Boolean ) : if set to true remove others windows when this workspace is recalled | |
return value | Void |
<step>Workspace.Record(Handles.CreateHandleReference("Workspaces", 0, 0), "Playbacks", 0, true, false)</step>
This creates a workspace: