ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MultiSelect Class / ReadOnly Property

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