|
Bexel Manager API Documentation
|
Represents a dockable control in the host application UI. More...
Public Member Functions | |
| void | Dock () |
| Docks a dockable control in the host application UI. More... | |
| void | Undock () |
| Undocks a dockable control in the host application UI. More... | |
| void | ShowControl () |
| Shows a dockable control in the host application UI. More... | |
| void | HideControl () |
| Hides a dockable control in the host application UI. More... | |
| void | SetUserControl (UserControl userControl) |
| Sets a user control in the dockable control in the host application UI. More... | |
| void | RemoveUserControl () |
| Removes a user control from the dockable control in the host application UI. More... | |
Properties | |
| Guid | ID [get] |
| Represents an identificator of the dockable control in the host application UI. More... | |
| string | Title [get, set] |
| Represents a title of the dockable control in the host application UI. More... | |
| UserControl | UserControl [get] |
| Represents a user control that is attached to the dockable control in the host application UI. More... | |
| DockableControlState | State [get] |
| Represents a current state of the dockable control in the host application UI. More... | |
Represents a dockable control in the host application UI.
| void Bexel.Api.IDockableControl.Dock | ( | ) |
Docks a dockable control in the host application UI.
| void Bexel.Api.IDockableControl.HideControl | ( | ) |
Hides a dockable control in the host application UI.
| void Bexel.Api.IDockableControl.RemoveUserControl | ( | ) |
Removes a user control from the dockable control in the host application UI.
| void Bexel.Api.IDockableControl.SetUserControl | ( | UserControl | userControl | ) |
Sets a user control in the dockable control in the host application UI.
| userControl | A user control to be set in the dockable control in the host application UI. |
| void Bexel.Api.IDockableControl.ShowControl | ( | ) |
Shows a dockable control in the host application UI.
| void Bexel.Api.IDockableControl.Undock | ( | ) |
Undocks a dockable control in the host application UI.
|
get |
Represents an identificator of the dockable control in the host application UI.
|
get |
Represents a current state of the dockable control in the host application UI.
|
getset |
Represents a title of the dockable control in the host application UI.
|
get |
Represents a user control that is attached to the dockable control in the host application UI.