IWorkspaceWindow.ActiveInfoWindow property
Namespace: NextDesign.Desktop
Description
Information pane active page
- "Output": Output
- "Error": Error
- "SearchResult": Search result
string ActiveInfoWindow {get; set;}
type
- string
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When the value is out of range |
Annotation
Depending on the current state of the application window (ActivePage), the specified page may not be displayed. In that case, the set value will be ignored.
- When ActivePage is "Start", "Error" and "SearchResult" cannot be displayed.
- If ActivePage is "Trace", all pages cannot be displayed.