Click or drag to resize

Win32ShowWindow Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.ShowWindow(System.IntPtr,System.Int16)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static int ShowWindow(
	IntPtr hWnd,
	short cmdShow
)

Parameters

hWnd
Type: SystemIntPtr

[Missing <param name="hWnd"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.ShowWindow(System.IntPtr,System.Int16)"]

cmdShow
Type: SystemInt16

[Missing <param name="cmdShow"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.ShowWindow(System.IntPtr,System.Int16)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.ShowWindow(System.IntPtr,System.Int16)"]

See Also