Skip to main content

IWorkspaceWindow.ActiveInfoWindow property

Namespace: NextDesign.Desktop

Description

Info pane active page

  • "Output" : Output
  • "Error" : Error
  • "SearchResult" : search result
string ActiveInfoWindow { get; set; }

types

  • string

Exceptions

NameException ClassDescription
Invalid ArgumentExtensionArgumentExceptionIf value is out of range

Annotations

The specified page may not be displayed depending on the current application window status (ActivePage).
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.