AVEVA CAF API Documenation
Properties  Methods  Events


MdiWindow Class Members

The following tables list the members exposed by MdiWindow.

Public Properties
 NameDescription
Public Property Controls whether the window can be closed  
Public Property Gets the CommandBarManager for this MDI window.  
Public Property Gets the control displayed in the window.  
Public Property 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.  
Public Property Controls if MDI form icon is displayed on a tab  
Public Property Gets or sets whether the window is enabled.  
Public Property Gets or sets whether the window is floatable.  
Public Property Returns the underlying Form for the MdiWindow  
Public Property Gets or sets the height of the window.  
Public Property Gets or sets a help link associated with the window.  
Public Property Gets or sets the help context id associated with the window.  
Public Property Get if the MdiWindow is currently active  
Public Property Gets the floating state of a window.  
Public Property Gets the Key of the window in the WindowsCollection.  
Public Property Gets or sets the window location  
Public Property Gets or sets the maximized state of the window.  
Public Property Get or sets the maximum size of the window.  
Public Property Get or sets the minimum size of the window.  
Public Property Gets or sets whether the window is resizeable.  
Public Property Gets or sets the tag property which can be used to logically attach another object or value to a window.  
Public Property Gets or sets the title of the window.  
Public Property Tooltip to display when MDI window is displayed as a tab  
Public Property Gets or sets the visible state of the window.  
Public Property Gets or sets the width of the window.  
Top
Public Methods
 NameDescription
Public Method Activates the window  
Public Method Append a button to the system menu with specified name  
Public Method Destroys the window.  
Public Method Docks the window within the main window.  
Public Method Displays the window as a floating window.  
Public Method Conceals the window from the user.  
Public Method Displays the window to the user.  
Top
Public Events
 NameDescription
Public Event Occurs when the window is activated.  
Public Event Event which occurs when window is closed.  
Public Event Occurs when this window is closing.  
Public Event Occurs when the window is deactivated.  
Public Event Occurs when the window is hidden.  
Public Event Occurs when the window is reparented.  
Public Event Occurs when the window is resized.  
Top
See Also