Method | Description | |
---|---|---|
EnumButtonWindow ( |
Enumerates windows with the class name 'Button' and a blank window name.
|
|
EnumToolbarWindow ( |
Enumerates windows with the class name 'ToolbarWindow32'.
|
|
GetChildButtonWindows ( |
Returns a list of handles for windows of the class 'ToolbarWindow32'.
|
|
GetChildToolbarWindows ( |
Returns a list of handles for windows of the class 'ToolbarWindow32'.
|
|
IsOverClientArea ( |
Checks whether the cursor is over the current window's client area.
|
Method | Description | |
---|---|---|
CloseHandle ( |
||
DefWindowProc ( |
||
DwmExtendFrameIntoClientArea ( |
||
DwmIsCompositionEnabled ( bool &enabled ) : int | ||
EnumChildWindows ( |
||
FindWindow ( string lpClassName, string lpWindowName ) : |
||
FindWindowEx ( |
||
GetClassName ( |
||
GetClientRectangle ( |
||
GetCursorPos ( System.Windows.Forms.POINT &lpPoint ) : bool | ||
GetForegroundWindow ( ) : |
||
GetMonitorInfo ( |
||
GetSystemMetrics ( SystemMetric smIndex ) : int | ||
GetWindowRect ( |
||
GetWindowTextLength ( |
||
GetWindowThreadProcessId ( |
||
MapWindowPoints ( |
||
MonitorFromRect ( System.Windows.Forms.RECT &lprc, uint dwFlags ) : |
||
OpenProcess ( ProcessAccessFlags dwDesiredAccess, [ bInheritHandle, uint dwProcessId ) : |
||
ReadProcessMemory ( |
||
ReadProcessMemory ( |
||
ReadProcessMemory ( |
||
ReadProcessMemory ( |
||
SHAppBarMessage ( ABMsg dwMessage, APPBARDATA &pData ) : |
||
SendMessage ( |
||
SendMessage ( |
||
Shell_NotifyIconGetRect ( NOTIFYICONIDENTIFIER &identifier, System.Windows.Forms.RECT &iconLocation ) : int | ||
VirtualAllocEx ( |
||
VirtualFreeEx ( |
public static EnumButtonWindow ( |
||
handle | A handle to a top-level window. | |
pointer | The application-defined value given in EnumWindows or EnumDesktopWindows. | |
return | bool |
public static EnumToolbarWindow ( |
||
handle | A handle to a top-level window. | |
pointer | The application-defined value given in EnumWindows or EnumDesktopWindows. | |
return | bool |
public static GetChildButtonWindows ( |
||
parent | The handle of the parent window whose children should be searched. | |
return | List |
public static GetChildToolbarWindows ( |
||
parent | The parent window whose children should be searched. | |
return | List |
public static IsOverClientArea ( |
||
hWnd | Handle of the window to check. | |
wParam | Additional message information. The content of this parameter depends on the value of the Msg parameter (wParam). | |
lParam | Additional message information. The content of this parameter depends on the value of the Msg parameter (lParam). | |
return | bool |