ComboBoxAutomationPeer.IsReadOnly Property

Definition

Gets a value that specifies whether the value of a control is read-only.

public:
 property bool IsReadOnly { bool get(); };
bool IsReadOnly();
public bool IsReadOnly { get; }
var boolean = comboBoxAutomationPeer.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Boolean

bool

true if the control value can be set; otherwise, false.

Implements

Applies to