Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / ReadOnly Property

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