Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / ReadOnly Property

In This Topic
    ReadOnly Property (RenderInputComboBox)
    In This Topic
    Gets or sets a value indicating whether the current control is read-only. For read-only controls, all input actions are still fired, but the control's value cannot be changed. The default is false.
    Syntax
    'Declaration
     
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also