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

In This Topic
    ReadOnly Property (C1DropDownEditorBase)
    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