IWorkspaceWindow.ActivePage property ¶
Namespace: NextDesign.Desktop
Description¶
Active page in 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 | If a value outside the range is specified |
Illegal operation | ExtensionInvalidOperationException | When a start page is specified while displaying an editor page or a trace page. If the application is in a state where the page cannot be switched |