RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / IsFocused Property

In This Topic
    IsFocused Property
    In This Topic
    Returns true if the control has the focus.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFocused As Boolean
    public bool IsFocused {get;}
    See Also