The SystemWindow type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SystemWindow |
Creates and initializes the object instance.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AppInstance |
Gets application instance handle of associated system window.
| |
| BoundsRectangle |
Gets or sets parent-related bounds of associated system window.
| |
| ClassBrush |
Gets or sets class' brush of associated system window.
| |
| ClassCursor |
Gets or sets class' cursor of associated system window.
| |
| ClassFunction |
Gets or sets class function of associated system window.
| |
| ClassIcon |
Gets or sets class' icon handle of associated system window.
| |
| ClassName |
Gets class name of associated system window.
| |
| ClassSmallIcon |
Gets or sets class' small icon handle of associated system window.
| |
| ClassStyle |
Gets or sets class' style of associated system window.
| |
| ControlID |
Gets control identifier of associated system window.
| |
| Enabled |
Gets or sets enabled state of associated system window.
| |
| ExStyle |
Gets extended style of associated system window.
| |
| Function |
Gets function of associated system window.
| |
| Handle |
Gets or sets handle of associated system window.
| |
| Height |
Gets or sets height of associated system window.
| |
| Left |
Gets or sets left coordinate of associated system window.
| |
| Location |
Gets or sets location (left top point coordinates) of associated system window.
| |
| Menu |
Gets menu handle of associated system window.
| |
| Parent |
Gets or sets parent window of associated system window.
| |
| ProcessID |
Gets process identifier of associated system window.
| |
| ResourceID |
Gets resource id of associated system window.
| |
| ScreenRectangle |
Gets or sets screen-related bounds of associated system window.
| |
| Size |
Gets or sets size of associated system window.
| |
| StayOnTop |
Gets or sets stay-on-top state of associated system window.
| |
| Style |
Gets style of associated system window.
| |
| Text |
Gets or sets text or caption of associated system window.
| |
| ThreadID |
Gets thread identifier of associated system window.
| |
| Top |
Gets or sets top coordinate of associated system window.
| |
| Visible |
Gets or sets visibility of associated system window.
| |
| Width |
Gets or sets width of associated system window.
| |
| WindowKind |
Gets kind of associated system window.
| |
| WindowState |
Gets or sets state of associated system window.
|