ComponentOne List for WinForms
C1.Win.C1List Namespace / ComboBoxContainer Class / ReadOnly Property

In This Topic
    ReadOnly Property (ComboBoxContainer)
    In This Topic
    Controls whether the text in the control can be changed or not.
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also