OpenPetra
Free Administration Software for Non-Profits
Ict.Common.TWindowHandling Class Reference

Contains Windows API (WinAPI) calls that are necessary for getting window positions right More...

Static Public Member Functions

static Boolean ShowWindowWrapper (IntPtr hwnd, int nCmdShow)
 this is a wrapper around the win32 function ShowWindow More...
 
static Boolean SetForegroundWindowWrapper (IntPtr hwnd)
 this is a wrapper around the win32 function SetForegroundWindow More...
 

Static Public Attributes

const Int32 SW_HIDE = 0
 todoComment More...
 
const Int32 SW_SHOWNORMAL = 1
 todoComment More...
 
const Int32 SW_SHOW = 5
 todoComment More...
 
const Int32 SW_RESTORE = 9
 todoComment More...
 

Detailed Description

Contains Windows API (WinAPI) calls that are necessary for getting window positions right

Member Function Documentation

◆ SetForegroundWindowWrapper()

static Boolean Ict.Common.TWindowHandling.SetForegroundWindowWrapper ( IntPtr  hwnd)
inlinestatic

this is a wrapper around the win32 function SetForegroundWindow

Parameters
hwnd
Returns

◆ ShowWindowWrapper()

static Boolean Ict.Common.TWindowHandling.ShowWindowWrapper ( IntPtr  hwnd,
int  nCmdShow 
)
inlinestatic

this is a wrapper around the win32 function ShowWindow

Parameters
hwnd
nCmdShow
Returns

Member Data Documentation

◆ SW_HIDE

const Int32 Ict.Common.TWindowHandling.SW_HIDE = 0
static

todoComment

◆ SW_RESTORE

const Int32 Ict.Common.TWindowHandling.SW_RESTORE = 9
static

todoComment

◆ SW_SHOW

const Int32 Ict.Common.TWindowHandling.SW_SHOW = 5
static

todoComment

◆ SW_SHOWNORMAL

const Int32 Ict.Common.TWindowHandling.SW_SHOWNORMAL = 1
static

todoComment


The documentation for this class was generated from the following file: