Click or drag to resize

JCWindowsManagerShowWindow Method


Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.13.240514-86ea0fe57add44a0d4dc719a1a99f3379a320f2e
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