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

In This Topic
    SetForegroundWindow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetForegroundWindow( _
       ByVal hWnd As IntPtr _
    ) As Integer
    public static int SetForegroundWindow( 
       IntPtr hWnd
    )

    Parameters

    hWnd
    See Also