Control | Gets the control displayed in the window. |
DockedPosition | Gets the current docked position of the window. |
DockGroupStyle | Returns or sets how groups of docked windows should be organised. |
Enabled | Gets or sets whether the window is enabled. |
Floatable | Gets or sets whether the window is floatable. |
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. |
MaximumSize | Get or sets the maximum size of the window. |
MinimumSize | Get or sets the minimum size of the window. |
SaveLayout | Gets or sets the property which controls if the window should be included in the docked window layout serialization |
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. |
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. |
GroupWith | Arrange docked windows together as a group. |
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. |
Activated | Event which occurs when the window is activated. |
Closed | Event which occurs when window is closed. |
Closing | Event which occurs when window is closing. |
Deactivated | Event which occurs when the window is deactivated. |
Reparented | Event which occurs when the window is reparented. |
DockedWindow Class | Aveva.ApplicationFramework.Presentation Namespace