Gets or sets a value that indicates whether the drop-down editor is read-only.
Declaration
[Browsable(true)]
public bool ReadOnly { get; set; }
<Browsable(True)>
Public Property [ReadOnly] As Boolean
Property Value
Type |
Description |
bool |
A bool value, true if the drop-down editor is read-only; otherwise, false.
The default is false.
|