Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool ShowWindow(IntPtr, int)

Declaration

public static bool ShowWindow(
    IntPtr hWnd,
    int nCmdShow
)

Summary

Shows or hides the window identified by hWnd. For nCmdShow, use WinAPI.SW_SHOW et al.