Action
Gets whether the combo box is in selection-only mode, in which the contents of the combo box are selectable but not editable.
Syntax
C#
protected Boolean IsReadOnly { get; }
VB
'Declaration
Protected Read Property IsReadOnly As Boolean
Access
Read only.