[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ShowWindow

ShowWindow Method

ShowWindow(nint, int)

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