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