Click or drag to resize

JCWindowsManagerShowWindow Method


Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.17.240622-f0da58d62b7e98f73f32432917df8eb1a5f062a3
Syntax
[DllImportAttribute("user32.dll")]
public static bool ShowWindow(
	IntPtr hWnd,
	int nCmdShow
)

Parameters

hWnd  IntPtr
A handle to the window.
nCmdShow  Int32
Controls how the window is to be shown. See JCWindowsManagerShowWindowCommand

Return Value

Boolean
If the window was previously visible, the return value is . If the window was previously hidden, the return value is .
See Also