|
static IntPtr | FindWindow (string lpClassName, string lpWindowName) |
|
static IntPtr | GetDesktopWindow () |
|
static int | GetMenuItemCount (IntPtr hMenu) |
|
static IntPtr | GetSystemMenu (IntPtr hWnd, [MarshalAs(UnmanagedType.Bool)] Boolean revert) |
|
static bool | GetWindowRect (IntPtr hWnd, out Rect lpRect) |
|
static int | GetWindowText (int hWnd, StringBuilder lpString, int nMaxCount) |
|
static int | GetWindowTextLength (int hWnd) |
|
static bool | LockWindowUpdate (IntPtr hwndLock) |
|
static int | MoveWindow (IntPtr hWnd, int x, int y, int cx, int cy, [MarshalAs(UnmanagedType.Bool)] Boolean repaint) |
|
static int | RemoveMenu (IntPtr hMenu, int index, int flags) |
|
static IntPtr | SetParent (IntPtr hWndChild, IntPtr hWndNewParent) |
|
static int | ShowWindow (int hWnd, int nCmdShow) |
|
Definition at line 10 of file WinApi.cs.
static IntPtr SeciControls.WinApi.FindWindow |
( |
string |
lpClassName, |
|
|
string |
lpWindowName |
|
) |
| |
static IntPtr SeciControls.WinApi.GetDesktopWindow |
( |
| ) |
|
static int SeciControls.WinApi.GetMenuItemCount |
( |
IntPtr |
hMenu | ) |
|
static IntPtr SeciControls.WinApi.GetSystemMenu |
( |
IntPtr |
hWnd, |
|
|
[MarshalAs(UnmanagedType.Bool)] Boolean |
revert |
|
) |
| |
static bool SeciControls.WinApi.GetWindowRect |
( |
IntPtr |
hWnd, |
|
|
out Rect |
lpRect |
|
) |
| |
static int SeciControls.WinApi.GetWindowText |
( |
int |
hWnd, |
|
|
StringBuilder |
lpString, |
|
|
int |
nMaxCount |
|
) |
| |
static int SeciControls.WinApi.GetWindowTextLength |
( |
int |
hWnd | ) |
|
static bool SeciControls.WinApi.LockWindowUpdate |
( |
IntPtr |
hwndLock | ) |
|
static int SeciControls.WinApi.MoveWindow |
( |
IntPtr |
hWnd, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
cx, |
|
|
int |
cy, |
|
|
[MarshalAs(UnmanagedType.Bool)] Boolean |
repaint |
|
) |
| |
static int SeciControls.WinApi.RemoveMenu |
( |
IntPtr |
hMenu, |
|
|
int |
index, |
|
|
int |
flags |
|
) |
| |
static IntPtr SeciControls.WinApi.SetParent |
( |
IntPtr |
hWndChild, |
|
|
IntPtr |
hWndNewParent |
|
) |
| |
static int SeciControls.WinApi.ShowWindow |
( |
int |
hWnd, |
|
|
int |
nCmdShow |
|
) |
| |
const int SeciControls.WinApi.MF_BYPOSITION = 0x400 |
const int SeciControls.WinApi.MF_REMOVE = 0x1000 |
The documentation for this class was generated from the following file:
- /isis2/instcontrol_temp/NewSECI/Sample_Environment_Control_Interface/UserInterface/SeciControls/WinApi.cs