DockedWindow Class Members
The following tables list the members exposed by DockedWindow.
Public Properties
Name | Description | |
---|---|---|
Control | Control displayed in the window. | |
DockedPosition | Current docked position of the window. | |
DockGroupStyle | How groups of docked windows should be organised. | |
Enabled | Gets or sets whether the window is enabled. | |
Floatable | Whether the window is floatable. | |
Height | Height of the window. | |
HelpALink | Help link associated with the window. | |
HelpContextId | Help context id associated with the window. | |
Image | Assign an icon to the window. | |
IsFloating | Floating state of a window. | |
Key | Key of the window in the WindowsCollection. | |
Location | Location of the window. | |
MaximumSize | Maximum size of the window. | |
MinimumSize | Minimum size of the window. | |
SaveLayout | Property which controls if the window should be included in the docked window layout serialization | |
Size | Size of the window. | |
Tag | Tag property which can be used to logically attach another object or value to a window. | |
Title | Title of the window. | |
Tooltip | Windows tooltip. | |
Visible | State of the window. | |
Width | Width of the window. |
Public Methods
Name | Description | |
---|---|---|
Activate | Activates the window | |
Close | Destroys the window. | |
Dock | Docks the window within the main window. | |
Float | Displays the window as a floating window. | |
GroupWith | Arrange docked windows together as a group. | |
Hide | Conceals the window from the user. | |
Show | Displays the window to the user. |
Public Events
Name | Description | |
---|---|---|
Activated | Event which occurs when the window is activated. | |
Closed | Event which occurs when window is closed. | |
Closing | Event which occurs when window is closing. | |
Deactivated | Event which occurs when the window is deactivated. | |
Hidden | Event which occurs when the window is hidden. | |
Reparented | Event which occurs when the window is reparented. | |
Shown | Event which occurs when the window is shown. |
See Also