IsReadOnly Property (WPFTextBoxBase)

Action

Gets a value that indicates whether the text editing control is read-only to a user interacting with the control.

Syntax

C#
protected Boolean IsReadOnly { get; }
VB
'Declaration
Protected Read Property IsReadOnly As Boolean

Access

Read only.