ValuePatternIdentifiers.IsReadOnlyProperty Property

Definition

Identifies the IsReadOnly property.

public:
 static property AutomationProperty ^ IsReadOnlyProperty { AutomationProperty ^ get(); };
static AutomationProperty IsReadOnlyProperty();
public static AutomationProperty IsReadOnlyProperty { get; }
var automationProperty = ValuePatternIdentifiers.isReadOnlyProperty;
Public Shared ReadOnly Property IsReadOnlyProperty As AutomationProperty

Property Value

The automation property reference for the IsReadOnly property.

Applies to