Click or drag to resize
Xcalibur Systems LLC Logo

WindowHelperShowWindow Method

Sets the specified window's show state.

ShowWindow function


Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll")]
public static bool ShowWindow(
	IntPtr windowHandle,
	ShowWindowStates showWindowState
)

Parameters

windowHandle  IntPtr
A handle to the window.
showWindowState  ShowWindowStates
Controls how the window is to be shown.

Return Value

Boolean
See Also