[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ShowWindow

ShowWindow Method

ShowWindow(IntPtr, int)

Declaration
public static extern bool ShowWindow(IntPtr hwnd, int nCmdShow)
Public Shared Function ShowWindow(hwnd As IntPtr, nCmdShow As Integer) As Boolean
Parameters
Type Name Description
IntPtr hwnd
int nCmdShow
Returns
Type Description
bool