Skip to main content

IWorkspaceWindow Interface

Namespace: NextDesign.Desktop

Description

Provides access to application windows.

Belonging Area

NameDescription
User InterfaceA set of APIs to access UIs such as editors and navigators.

Property

NameDescription
ActiveInfoWindowActive page in info pane
- "Output" : Output
- "Error" : Error
- "SearchResult" : Search result
ActivePageGets or sets the active page in the current application.
When getting, the behavior is as follows.
- "Start" : Start page
- "Editor" : Active tab of editor page showing something other than trace document
- "Trace" : Active tab of editor page showing trace document
When setting, the behavior is as follows.
- "Editor" : show pinned tabs
- "Trace" : show trace document tabs
CurrentInfoViewCurrently active visible page in info window
CurrentOutputCategoryCurrent category of Output in info pane
EditorPageAccess object to editor UI
Returns null if active page is not editor page.
FinderAccess object to Finder UI
IsInformationPaneVisibleInformation pane display state
TracePageAccess object to Trace UI
Returns null if the active tab is not displaying a trace document.
UIAccess object to common UI