Property | Type | Description | |
---|---|---|---|
MF_BYPOSITION | uint | ||
MF_REMOVE | uint | ||
WS_BORDER | int | ||
WS_CAPTION | int | ||
WS_CHILD | int | ||
WS_DLGFRAME | int | ||
WS_SYSMENU | int |
Method | Description | |
---|---|---|
EnsureWindowGwlStyleGwlExStyle ( |
||
EnumerateProcessWindowHandles ( int processId ) : IEnumerable |
||
FindAllChildWindow ( |
||
FindAllChildWindowByClass ( |
||
FindChildWindow ( |
||
FindChildWindow ( |
||
FindChildWindow ( |
||
GetClassName ( |
||
GetClientRectangle ( |
||
GetClientRectangleRelativeTo ( |
||
GetLParam ( int x, int y ) : |
||
GetWindowHWndAll ( ) : System.IntPtr[] | ||
GetWindowHandlesByClassName ( string className ) : System.IntPtr[] | ||
GetWindowRectangle ( |
||
GetWindowTextRaw ( |
||
GetWindowTitle ( |
||
KeyDown ( |
||
KeyType ( |
||
KeyUp ( |
||
SetClientRectangle ( |
||
SetWindowStyleNoCaption ( |
||
SetWindowStyleNone ( |
||
SetWindowStyleNormal ( |
||
___FindChildWindow ( IntPtr hwndParent, string lpszClass, string lpszTitle ) : IntPtr |
Method | Description | |
---|---|---|
AdjustWindowRect ( RECT &lpRect, |
||
BeginDeferWindowPos ( int nNumWindows ) : |
||
BitBlt ( |
||
BringWindowToTop ( |
||
ClientToScreen ( |
||
CreateCompatibleBitmap ( |
||
CreateCompatibleDC ( |
||
DeferWindowPos ( |
||
DeleteDC ( |
||
DeleteObject ( |
||
DrawMenuBar ( |
||
EndDeferWindowPos ( |
||
EnumDesktopWindows ( |
||
EnumThreadWindows ( int dwThreadId, EnumThreadDelegate lpfn, |
||
FindWindow ( string lpClassName, string lpWindowName ) : |
||
FindWindowByCaption ( |
||
FindWindowEx ( |
||
GetActiveWindow ( ) : |
||
GetClassName ( |
||
GetClientRect ( |
||
GetCursorPos ( POINT &lpPoint ) : bool | ||
GetForegroundWindow ( ) : |
||
GetMenu ( |
||
GetMenuItemCount ( |
||
GetParent ( |
||
GetSystemMetrics ( SystemMetric smIndex ) : int | ||
GetWindow ( |
||
GetWindowDC ( |
||
GetWindowLong ( |
||
GetWindowRect ( |
||
GetWindowText ( |
||
GetWindowThreadProcessId ( |
||
IsWindow ( |
||
IsWindowEnabled ( |
||
IsWindowVisible ( |
||
MoveWindow ( |
||
PostMessage ( |
||
ReleaseCapture ( ) : bool | ||
ReleaseDC ( |
||
RemoveMenu ( |
||
SelectObject ( |
||
SendMessage ( |
||
SendMessage ( |
||
SetCapture ( |
||
SetWindowLong ( |
||
SetWindowPos ( |
||
SetWindowText ( |
||
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool |
public static EnsureWindowGwlStyleGwlExStyle ( |
||
handle | ||
gwlStyle | uint | |
gwExlStyle | uint | |
return | void |
public static EnumerateProcessWindowHandles ( int processId ) : IEnumerable |
||
processId | int | |
return | IEnumerable |
public static FindAllChildWindow ( |
||
hwndParent | ||
lpszClass | string | |
lpszTitle | string | |
return | List |
public static FindAllChildWindowByClass ( |
||
hwndParent | ||
lpszClass | string | |
return | List |
public static FindChildWindow ( |
||
hwndParent | ||
hwndChildAfter | ||
lpszClass | string | |
lpszTitle | string | |
return |
public static FindChildWindow ( |
||
hwndParent | ||
lpszClass | string | |
possibleTitles | IEnumerable |
|
return |
public static FindChildWindow ( |
||
hwndParent | ||
lpszClass | string | |
lpszTitle | string | |
return |
public static GetClassName ( |
||
hwnd | ||
return | string |
public static GetClientRectangle ( |
||
hwnd | ||
return |
public static GetClientRectangleRelativeTo ( |
||
hwndChild | ||
hwndParent | ||
return |
public static GetLParam ( int x, int y ) : |
||
x | int | |
y | int | |
return |
public static GetWindowHWndAll ( ) : System.IntPtr[] | ||
return | System.IntPtr[] |
public static GetWindowHandlesByClassName ( string className ) : System.IntPtr[] | ||
className | string | |
return | System.IntPtr[] |
public static GetWindowRectangle ( |
||
hwnd | ||
return |
public static GetWindowTextRaw ( |
||
hwnd | ||
return | string |
public static GetWindowTitle ( |
||
hwnd | ||
return | string |
public static KeyDown ( |
||
handle | ||
key | System | |
return | void |
public static KeyType ( |
||
handle | ||
key | System | |
return | void |
public static KeyUp ( |
||
handle | ||
key | System | |
return | void |
public static SetClientRectangle ( |
||
hwnd | ||
dwStyle | ||
r | ||
bMenu | bool | |
return | void |
public static SetWindowStyleNoCaption ( |
||
handle | ||
return | void |
public static SetWindowStyleNone ( |
||
handle | ||
return | void |
public static SetWindowStyleNormal ( |
||
handle | ||
return | void |
public static ___FindChildWindow ( IntPtr hwndParent, string lpszClass, string lpszTitle ) : IntPtr | ||
hwndParent | IntPtr | |
lpszClass | string | |
lpszTitle | string | |
return | IntPtr |