Common Application Framework

MdiWindow Members

MdiWindow overview

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.

Public Instance Methods

Close Destroys the window.
Dock Docks the window within the main window.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Float Displays the window as a floating window.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Hide Conceals the window from the user.
Show Displays the window to the user.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

Activated Occurs when the window is activated.
Closed Event which occurs when window is closed.
Closing Occurs when this window is closing.
Deactivated Occurs then the window is deactivated.
Reparented Occurs when the window is reparented.
Resized Occurs when the window is resized.

See Also

MdiWindow Class | Aveva.ApplicationFramework.Presentation Namespace