| JCWindowsManagerShowWindow Method |
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.5.21.241219-a6a144ea07c497c3a9a1be842408e852afb458be
Syntax [DllImportAttribute("user32.dll")]
public static bool ShowWindow(
IntPtr hWnd,
int nCmdShow
)
<DllImportAttribute("user32.dll">]
Public Shared Function ShowWindow (
hWnd As IntPtr,
nCmdShow As Integer
) As Boolean
Parameters
- hWnd IntPtr
- A handle to the window.
- nCmdShow Int32
- Controls how the window is to be shown. See JCWindowsManagerShowWindowCommand
Return Value
BooleanIf the window was previously visible, the return value is
. If the window was previously hidden, the return value is
.
See Also