Definition at line 7 of file Window.cs.
◆ EnumThreadWindows()
static bool B83.Win32.Window.EnumThreadWindows |
( |
uint |
dwThreadId, |
|
|
EnumThreadDelegate |
lpfn, |
|
|
IntPtr |
lParam |
|
) |
| |
◆ GetClassName() [1/2]
static string B83.Win32.Window.GetClassName |
( |
IntPtr |
hWnd | ) |
|
|
inlinestatic |
Definition at line 21 of file Window.cs.
22 {
23 StringBuilder stringBuilder = new StringBuilder(256);
25 return stringBuilder.ToString(0, className);
26 }
static int GetClassName(IntPtr hWnd, StringBuilder lpClassName, int nMaxCount)
References B83.Win32.Window.GetClassName().
◆ GetClassName() [2/2]
static int B83.Win32.Window.GetClassName |
( |
IntPtr |
hWnd, |
|
|
StringBuilder |
lpClassName, |
|
|
int |
nMaxCount |
|
) |
| |
|
private |
◆ GetWindowRect()
static bool B83.Win32.Window.GetWindowRect |
( |
IntPtr |
hwnd, |
|
|
out RECT |
lpRect |
|
) |
| |
◆ GetWindowText() [1/2]
static string B83.Win32.Window.GetWindowText |
( |
IntPtr |
hWnd | ) |
|
|
inlinestatic |
◆ GetWindowText() [2/2]
static int B83.Win32.Window.GetWindowText |
( |
IntPtr |
hWnd, |
|
|
StringBuilder |
lpString, |
|
|
int |
nMaxCount |
|
) |
| |
|
private |
◆ GetWindowTextLength()
static int B83.Win32.Window.GetWindowTextLength |
( |
IntPtr |
hWnd | ) |
|
|
private |
◆ IsWindowVisible()
static bool B83.Win32.Window.IsWindowVisible |
( |
IntPtr |
hWnd | ) |
|
The documentation for this class was generated from the following file: