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