IEditorPage.ActiveInfoWindow property
Namespace: NextDesign.Desktop
Description
[Obsolete]
Info pane active page
- "Output" : Output
- "Error" : Error
- "SearchResult" : search result
string ActiveInfoWindow { get; set; }
type
- string
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid Argument | ExtensionArgumentException | If value is out of range |
Annotations
About API specification change and migration method in Ver.1.1
From Ver.1.1, this property has been moved to IWorkspaceWindow. This property will be removed in a future version.
If you are using this API, please upgrade to Ver.1.1 or later and change the corresponding part in the extension to use IWorkspaceWindow.ActiveInfoWindow.