InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetForegroundWindow Method

In This Topic
    SetForegroundWindow Method (Win32)
    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