IWorkspaceWindow.ActivePage Property
Namespace: NextDesign.Desktop
Description
Gets or sets the active page in the current application.
When getting, the behavior is as follows.
- "Start" : Start page
- "Editor" : The active tab of the editor page is displaying a document other than a trace document
- "Trace" : The active tab of the editor page is displaying a trace document
When setting, the behavior is as follows. - "Editor" : Display fixed tabs
- "Trace" : Display trace document tabs
string ActivePage { get; set; }
Type
- string
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When a value outside the range is specified |
Invalid operation | ExtensionInvalidOperationException | When a start page is specified while the editor page is displayed When the application is in a state where it cannot switch pages |