Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / ReadOnly Property

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