MdiWindow Class Properties
For a list of all members of this type, see MdiWindow members.
Public Properties
Name | Description | |
---|---|---|
![]() | CanBeClosed | Controls whether the window can be closed |
![]() | CommandBarManager | Gets the CommandBarManager for this MDI window. |
![]() | Control | Gets the control displayed in the window. |
![]() | DestroyOnClose | Controls the default behaviour of destroying the window on close. If this is set to false then the default behaviour will be to hide the window. |
![]() | DisplayFormIcon | Controls if MDI form icon is displayed on a tab |
![]() | Enabled | Gets or sets whether the window is enabled. |
![]() | Floatable | Gets or sets whether the window is floatable. |
![]() | Form | Returns the underlying Form for the MdiWindow |
![]() | Height | Gets or sets the height of the window. |
![]() | HelpALink | Gets or sets a help link associated with the window. |
![]() | HelpContextId | Gets or sets the help context id associated with the window. |
![]() | IsActive | Get if the MdiWindow is currently active |
![]() | IsFloating | Gets the floating state of a window. |
![]() | Key | Gets the Key of the window in the WindowsCollection. |
![]() | Location | Gets or sets the window location |
![]() | Maximized | Gets or sets the maximized state of the window. |
![]() | MaximumSize | Get or sets the maximum size of the window. |
![]() | MinimumSize | Get or sets the minimum size of the window. |
![]() | Resizeable | Gets or sets whether the window is resizeable. |
![]() | Tag | Gets or sets the tag property which can be used to logically attach another object or value to a window. |
![]() | Title | Gets or sets the title of the window. |
![]() | Tooltip | Tooltip to display when MDI window is displayed as a tab |
![]() | Visible | Gets or sets the visible state of the window. |
![]() | Width | Gets or sets the width of the window. |
See Also