FlexSheet for WPF | ComponentOne
C1.Util Namespace / Util Class / SetFocus Method

In This Topic
    SetFocus Method
    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