[This is preliminary documentation and is subject to change.]
The Win32Window type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Win32Window | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates new instance of Win32Window pointing to same window as curent instance | |
| Dispose | Overloaded. | |
| Equals | Overloaded. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Move | Overloaded. | |
| ToString | (Overrides Object..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Overloaded. | |
| Implicit | Overloaded. | |
| Inequality | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Area | Gets or sets rectangle covered by the window | |
| Bottom | Gets y coordinate of bottom edge of the window | |
| DefWndProc | Gets default window procedure implementation that responds to all messages in defaut way. This implementation is provided by the OS. | |
| Desktop | Gets window that represents the desktop | |
| Handle | Gets the handle to the window represented by the implementer. | |
| Height | Gets or sets height of the window | |
| hWnd | ||
| Children | Gets all childrens of current windows | |
| Left | Gets or sets x coordinale of left edge of the window. | |
| Location | Gets or sets location of the window | |
| Parent | Gets or sets parent of current Window | |
| ParentHandle | Gets or sets handle of current window's parent | |
| Right | Gets x coordinate of right edge of the window | |
| ScreenArea | Gets or sets window area in screen coordinates (even for non-top-level windows) | |
| Size | Gets or sets the size of the window | |
| Text | Gets or sets text associated with the window | |
| Top | Gets or sets y coordinate of top edge of the window. | |
| TopLevelWindows | Gets all the top-level windows | |
| Width | Gets or sets width of the window | |
| WindowLong | Gets or sets specified window long of current window | |
| WndProc | Gets or sets wnd proc of current window. Used for so-called window sub-classing. | |
| WndProcPointer | Gets or sets pointer to wnd proc of current window. Used for so-called sub-classing. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable<(Of <(IWin32Window>)>)..::.Clone | ||
| ICloneable..::.Clone | Obsolete. |