C# Class Fluent.NativeMethods.WINDOWINFO

Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
atomWindowType ushort
cbSize uint
cxWindowBorders uint
cyWindowBorders uint
dwExStyle uint
dwStyle uint
dwWindowStatus uint
rcClient Rect
rcWindow Rect
wCreatorVersion ushort

Property Details

atomWindowType public_oe property

The window class atom (see RegisterClass).
public ushort atomWindowType
Résultat ushort

cbSize public_oe property

The size of the structure, in bytes. The caller must set this to sizeof(WINDOWINFO).
public uint cbSize
Résultat uint

cxWindowBorders public_oe property

The width of the window border, in pixels.
public uint cxWindowBorders
Résultat uint

cyWindowBorders public_oe property

The height of the window border, in pixels.
public uint cyWindowBorders
Résultat uint

dwExStyle public_oe property

The extended window styles. For a table of extended window styles, see CreateWindowEx
public uint dwExStyle
Résultat uint

dwStyle public_oe property

The window styles. For a table of window styles, see CreateWindowEx.
public uint dwStyle
Résultat uint

dwWindowStatus public_oe property

The window status. If this member is WS_ACTIVECAPTION, the window is active. Otherwise, this member is zero
public uint dwWindowStatus
Résultat uint

rcClient public_oe property

Pointer to a RECT structure that specifies the coordinates of the client area
public Rect rcClient
Résultat Rect

rcWindow public_oe property

Pointer to a RECT structure that specifies the coordinates of the window.
public Rect rcWindow
Résultat Rect

wCreatorVersion public_oe property

The Microsoft Windows version of the application that created the window.
public ushort wCreatorVersion
Résultat ushort