Struct WindowInfo
The structure for the WINDOWINFO See WINDOWINFO struct
Namespace: Dapplo.Windows.User32.Structs
Assembly: Dapplo.Windows.User32.dll
Syntax
public struct WindowInfo
Properties
| Improve this Doc View SourceAtomWindowType
The window class atom.
Declaration
public ushort AtomWindowType { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
BorderSize
The size of the border
Declaration
public SIZE BorderSize { get; }
Property Value
Type | Description |
---|---|
SIZE |
Bounds
The coordinates of the window.
Declaration
public RECT Bounds { get; set; }
Property Value
Type | Description |
---|---|
RECT |
ClientBounds
The coordinates of the client area.
Declaration
public RECT ClientBounds { get; }
Property Value
Type | Description |
---|---|
RECT |
CreatorVersion
The Windows version of the application that created the window.
Declaration
public ushort CreatorVersion { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
ExtendedStyle
The extended window styles.
Declaration
public ExtendedWindowStyleFlags ExtendedStyle { get; }
Property Value
Type | Description |
---|---|
ExtendedWindowStyleFlags |
IsActive
Test if the window is active
Declaration
public bool IsActive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Style
The window styles.
Declaration
public WindowStyleFlags Style { get; }
Property Value
Type | Description |
---|---|
WindowStyleFlags |
Methods
| Improve this Doc View SourceCreate()
Factory method for a default WindowInfo.
Declaration
public static WindowInfo Create()
Returns
Type | Description |
---|---|
WindowInfo |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |