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

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

    Parameters

    hWnd
    See Also