| Name | Description |
|---|---|
| Application | Returns the application object |
| Automation | |
| CommandBars | Gets the collection of available command bars |
| FrameWindows | Returns a collection of frame windows |
| MainFrameWindow | Returns a main frame window |
| MainMenu | Gets the main menu of the application |
| Name | Gets/sets the name of the control |
| StatusBar | Gets the main statusbar of the application |
| TaskManager | Gets the application TaskManager |
| Name | Description |
|---|---|
| AddDocker | Add a custom docker from a .Net assembly |
| CreateFrameWindowForView | Creates a new frame window and moves the given view window into it |
| CreateFrameWindowForViewHost | Creates a new frame window and moves the given view host into it |
| GetWarning | Gets a Warning object |
| HideDialog | Hides a dialog |
| HideDocker | Hides a docker |
| ImportWorkspace | Imports a workspace into the framework |
| IsDockerVisible | Determines if a docker is visible |
| RemoveDocker | Remove a custom docker |
| ShowDialog | Shows a dialog |
| ShowDocker | Shows a docker |
| ShowMessageBox | Shows a message box |