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

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