RangeBaseAutomationPeer.IsReadOnly Property

Definition

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

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

Property Value

Boolean

bool

true if the value is read-only; false if it can be modified.

Implements

Applies to