RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / FindAndReplace Class / IsFocused Property

In This Topic
    IsFocused Property (FindAndReplace)
    In This Topic
    Returns true if the control has the focus.
    Syntax
    'Declaration
     
    
    Public Shadows Property IsFocused As Boolean
    public new bool IsFocused {get; set;}
    See Also