TextBox.CanRedoProperty Property

Definition

Identifies the CanRedo dependency property.

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

Property Value

The identifier for the CanRedo dependency property.

Applies to