TextBox.IsReadOnlyProperty Property

Definition

Identifies the IsReadOnly dependency property.

public:
 static property DependencyProperty ^ IsReadOnlyProperty { DependencyProperty ^ get(); };
static DependencyProperty IsReadOnlyProperty();
public static DependencyProperty IsReadOnlyProperty { get; }
var dependencyProperty = TextBox.isReadOnlyProperty;
Public Shared ReadOnly Property IsReadOnlyProperty As DependencyProperty

Property Value

The identifier for the IsReadOnly dependency property.

Applies to