C# Class WindowHelper.WinAPI

ファイルを表示 Open project: PeterHorsbollMoller/mbWindowHelper Class Usage Examples

Public Properties

Property Type Description
GWL_STYLE int
WS_BORDER int
WS_CAPTION int
WS_CHILD int
WS_DLGFRAME int
WS_MAXIMIZE int
WS_THICKFRAME int

Private Methods

Method Description
AttachThreadInput ( IntPtr idAttach, IntPtr idAttachTo, int fAttach ) : IntPtr
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
GetWindowRect ( IntPtr hWnd, RECT &rect ) : bool
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr ProcessId ) : IntPtr
MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : bool
SetParent ( IntPtr hWndChild, IntPtr hWndParent ) : IntPtr
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

Property Details

GWL_STYLE public_oe static_oe property

public static int GWL_STYLE
return int

WS_BORDER public_oe static_oe property

public static int WS_BORDER
return int

WS_CAPTION public_oe static_oe property

public static int WS_CAPTION
return int

WS_CHILD public_oe static_oe property

public static int WS_CHILD
return int

WS_DLGFRAME public_oe static_oe property

public static int WS_DLGFRAME
return int

WS_MAXIMIZE public_oe static_oe property

public static int WS_MAXIMIZE
return int

WS_THICKFRAME public_oe static_oe property

public static int WS_THICKFRAME
return int