TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ShowWindow Method

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

    Parameters

    hwnd
    nCmdShow
    See Also