Used to represent information about the state of a window.
| C# | Visual Basic | Visual C++ |
public struct WINDOWINFO
Public Structure WINDOWINFO
public value class WINDOWINFO
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| atomWindowType |
The window class atom (see RegisterClass).
| |
| cbSize |
The size of the structure, in bytes. The caller must set this to sizeof(WINDOWINFO).
| |
| cxWindowBorders |
The width of the window border, in pixels.
| |
| cyWindowBorders |
The height of the window border, in pixels.
| |
| dwExStyle |
The extended window styles. For a table of extended window styles, see CreateWindowEx.
| |
| dwStyle |
The window styles. For a table of window styles, see CreateWindowEx.
| |
| dwWindowStatus |
The window status. If this member is WS_ACTIVECAPTION, the window is active. Otherwise, this member is zero.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| 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()()() | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| rcClient |
Pointer to a RECT structure that specifies the coordinates of the client area.
| |
| rcWindow |
Pointer to a RECT structure that specifies the coordinates of the window.
| |
| ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| wCreatorVersion |
The Microsoft Windows version of the application that created the window.
|