DockedWindow Class Properties
For a list of all members of this type, see DockedWindow members.
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. |
See Also