ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / ITextBoxBaseView Interface / ReadOnly Property

In This Topic
    ReadOnly Property (ITextBoxBaseView)
    In This Topic
    Gets or sets a value indicating whether text in the text box is read-only.
    Syntax
    'Declaration
     
    
    Property ReadOnly As Boolean
    bool ReadOnly {get; set;}
    See Also