FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.Util Namespace / Util Class / SetFocus Method

In This Topic
    SetFocus Method (Util)
    In This Topic
    Attempts to set the focus to a given control.
    Syntax
    'Declaration
     
    Public Shared Function SetFocus( _
       ByVal ctl As Control _
    ) As Boolean
    public static bool SetFocus( 
       Control ctl
    )

    Parameters

    ctl
    See Also