RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / Focus Method

In This Topic
    Focus Method
    In This Topic
    Attempts to set the focus on the control.
    Syntax
    'Declaration
     
    Public Shadows Function Focus( _
       ByVal value As FocusState _
    ) As Boolean
    public new bool Focus( 
       FocusState value
    )

    Parameters

    value

    Return Value

    true if focus was set to the control, or focus was already on the control. false if the control is not focusable.
    See Also