Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / ReadOnly Property

In This Topic
    ReadOnly Property (ITextBoxBase)
    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