Share via


xInfo.currentWorkspaceNum Method

Definition

Retrieves the application window ID of the current workspace.

public:
 static int currentWorkspaceNum();
public static int currentWorkspaceNum ();
static member currentWorkspaceNum : unit -> int
Public Shared Function currentWorkspaceNum () As Integer

Returns

The application window ID of the current workspace.

Remarks

The createWorkspaceWindow method allows you to open additional workspaces in the application.

Applies to