Contains Windows API (WinAPI) calls that are necessary for getting window positions right
More...
Contains Windows API (WinAPI) calls that are necessary for getting window positions right
◆ SetForegroundWindowWrapper()
static Boolean Ict.Common.TWindowHandling.SetForegroundWindowWrapper |
( |
IntPtr |
hwnd | ) |
|
|
inlinestatic |
this is a wrapper around the win32 function SetForegroundWindow
- Parameters
-
- Returns
◆ ShowWindowWrapper()
static Boolean Ict.Common.TWindowHandling.ShowWindowWrapper |
( |
IntPtr |
hwnd, |
|
|
int |
nCmdShow |
|
) |
| |
|
inlinestatic |
this is a wrapper around the win32 function ShowWindow
- Parameters
-
- Returns
◆ SW_HIDE
const Int32 Ict.Common.TWindowHandling.SW_HIDE = 0 |
|
static |
◆ SW_RESTORE
const Int32 Ict.Common.TWindowHandling.SW_RESTORE = 9 |
|
static |
◆ SW_SHOW
const Int32 Ict.Common.TWindowHandling.SW_SHOW = 5 |
|
static |
◆ SW_SHOWNORMAL
const Int32 Ict.Common.TWindowHandling.SW_SHOWNORMAL = 1 |
|
static |
The documentation for this class was generated from the following file: