ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / ShowWindow Method

In This Topic
    ShowWindow Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ShowWindow( _
       ByVal hwnd As System.IntPtr, _
       ByVal nCmdShow As System.Integer _
    ) As System.Boolean
    public static System.bool ShowWindow( 
       System.IntPtr hwnd,
       System.int nCmdShow
    )

    Parameters

    hwnd
    nCmdShow
    See Also