Methods
| Definition | Description |
|---|---|
| CommandIsEnabled( commandId: TCommandID ) : bool | Returns true for an enabled command and false for a disabled command. |
| EnableCommand( commandId: TCommandID, bool) | Makes a command available or unavailable in the GUI. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Handle | int | Read-only | The handle of the window. |
| MainMenu | IMainMenu | Read-only | The main menu. |
| Selection | ISelection | Read-only | The selection. |
| TaskWindow | ITaskWindow | Read-only | The task window. |
| Toolbars | IToolbars | Read-only | The collection of toolbars. |
| UserRole | TUserRole | Read-only | The user role. |
| WorkWindowType | TWorkWindowType | Read-only | The type of the working window. |
