 | JCWindowsManagerShowWindow Method |
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.5.251117-542184cb2a0ea61cfe667a6bfacadf83c6adbe4d
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 BooleanParameters
- 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