RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1LineNumberTool Class / IsEditable Property

In This Topic
    IsEditable Property (C1LineNumberTool)
    In This Topic
    Gets whether the tool is editable and can get the keyboard focus to enter text.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property IsEditable As Boolean
    public override bool IsEditable {get;}
    See Also