RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (C1RichTextBox)
    In This Topic
    Gets or sets whether the user is allowed to modify the text in the control.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also