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

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