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

In This Topic
    ReadOnly Property (C1ComboBox)
    In This Topic
    Gets or sets a value indicating whether the text in the edit control can be changed or not.
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also