IWorkspaceWindow.ActivePage property
Namespace: NextDesign.Desktop
Description
Active page in the current application
- "Start": Start page
- "Editor": Editor page
- "Trace": Trace page
string ActivePage {get; set;}
type
- string
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When a value outside the range is specified |
Illegal operation | ExtensionInvalidOperationException | When the start page is specified while displaying the editor page or trace page When the application cannot switch pages |