MdiWindow Class Members
The following tables list the members exposed by MdiWindow.
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. | 
Public Methods
| Name | Description | |
|---|---|---|
![]()  | Activate | Activates the window | 
![]()  | AppendSystemMenu | Append a button to the system menu with specified name | 
![]()  | Close | Destroys the window. | 
![]()  | Dock | Docks the window within the main window. | 
![]()  | Float | Displays the window as a floating window. | 
![]()  | Hide | Conceals the window from the user. | 
![]()  | Show | Displays the window to the user. | 
Public Events
| Name | Description | |
|---|---|---|
![]()  | Activated | Occurs when the window is activated. | 
![]()  | Closed | Event which occurs when window is closed. | 
![]()  | Closing | Occurs when this window is closing. | 
![]()  | Deactivated | Occurs when the window is deactivated. | 
![]()  | Hidden | Occurs when the window is hidden. | 
![]()  | Reparented | Occurs when the window is reparented. | 
![]()  | Resized | Occurs when the window is resized. | 
See Also
                        
                    
            

