IWorkspaceWindow.ActivePage Property
Namespace: NextDesign.Desktop
Description
The active page in the current application
- "Start" : start page
- "Editor" : editor page
- "Trace" : Trace page
string ActivePage { get; set; }
type
- string
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid Argument | ExtensionArgumentException | If a value outside the range is specified |
Illegal operation | ExtensionInvalidOperationException | If the start page is specified while the editor page or trace page is being displayed If the application cannot switch pages |