IWindow Interface Members
The following tables list the members exposed by IWindow.
Public Properties
Name | Description | |
---|---|---|
![]() | Control | Gets the control displayed in the window. |
![]() | 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. |
![]() | Location | Gets or sets the window location |
![]() | MaximumSize | Get or sets the maximum size of the window. |
![]() | MinimumSize | Get or sets the minimum size of the window. |
![]() | 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 | Gets or sets the window tooltip |
![]() | Visible | Gets or sets the visible state of the window. |
![]() | Width | Gets or sets the width of the window. |
Public Methods
Name | Description | |
---|---|---|
![]() | 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. |
See Also