Common Application Framework

MdiWindow Properties

The properties of the MdiWindow class are listed below. For a complete list of MdiWindow class members, see the MdiWindow Members topic.

Public Instance Properties

CommandBarManager Gets the CommandBarManager for this Mdi window.
Control Gets the control displayed in the window.
DestroyOnClose Controls the default behaviour of destorying the window on close. If this is set to false then the default behaviour will be to hide the window.
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.
IsFloating Gets the floating state of a window.
Key Gets the Key of the window in the WindowsCollection.
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.
Visible Gets or sets the visible state of the window.
Width Gets or sets the width of the window.

See Also

MdiWindow Class | Aveva.ApplicationFramework.Presentation Namespace