Property | Type | Description | |
---|---|---|---|
HWND_BOTTOM | |||
HWND_NOTOPMOST | |||
HWND_TOP | |||
HWND_TOPMOST |
Method | Description | |
---|---|---|
GetDpi ( this screen ) : uint | ||
GetMouseButtonWParam ( |
||
GetNextMessage ( Control ctl ) : Message? | ||
GetWheelDeltaWParam ( |
||
GetWindowDpi ( |
||
HIWORD ( |
||
HIWORD ( uint dwValue ) : ushort | ||
LOWORD ( |
||
LOWORD ( int word ) : ushort | ||
MethodExists ( string module, string method ) : bool | ||
SignedHIWORD ( |
||
SignedHIWORD ( int n ) : int | ||
SignedLOWORD ( |
||
SignedLOWORD ( int n ) : int |
Method | Description | |
---|---|---|
FreeLibrary ( |
||
GetDpiForMonitor ( |
||
GetProcAddress ( |
||
GetProcessDpiAwareness ( |
||
GetWindowLong ( |
||
GetWindowRect ( |
||
LoadLibrary ( string library ) : |
||
MonitorFromPoint ( System pt, MONITOR dwFlags ) : |
||
MonitorFromWindow ( |
||
PeekMessage ( Message &wMsg, |
||
SendMessage ( |
||
SendMessage ( |
||
SetProcessDpiAwareness ( PROCESS_DPI_AWARENESS awareness ) : uint | ||
SetWindowLong ( |
||
SetWindowPos ( |
||
ShowWindow ( |
public static GetMouseButtonWParam ( |
||
wParam | ||
return | MouseButtons |
public static GetNextMessage ( Control ctl ) : Message? | ||
ctl | Control | |
return | Message? |
public static GetWheelDeltaWParam ( |
||
wParam | ||
return | int |
public static GetWindowDpi ( |
||
hwnd | ||
return | uint |
public static HIWORD ( |
||
dwValue | ||
return | ushort |
public static HIWORD ( uint dwValue ) : ushort | ||
dwValue | uint | |
return | ushort |
public static LOWORD ( |
||
word | ||
return | ushort |
public static MethodExists ( string module, string method ) : bool | ||
module | string | |
method | string | |
return | bool |
public static SignedHIWORD ( |
||
n | ||
return | int |
public static SignedLOWORD ( |
||
n | ||
return | int |
public static IntPtr,System HWND_BOTTOM | ||
return |
public static IntPtr,System HWND_NOTOPMOST | ||
return |