IWorkspaceWindow Interface
Namespace: NextDesign.Desktop
Description
Provides access to application windows.
Belonging Area
| Name | Description |
|---|---|
| User Interface | A set of APIs to access UIs such as editors and navigators. |
Property
| Name | Description |
|---|---|
| ActiveInfoWindow | Active page in info pane - "Output" : Output - "Error" : Error - "SearchResult" : Search result |
| ActivePage | Gets 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 |
| CurrentInfoView | Currently active visible page in info window |
| CurrentOutputCategory | Current category of Output in info pane |
| EditorPage | Access object to editor UI Returns null if active page is not editor page. |
| Finder | Access object to Finder UI |
| IsInformationPaneVisible | Information pane display state |
| TracePage | Access object to Trace UI Returns null if the active tab is not displaying a trace document. |
| UI | Access object to common UI |