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

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