TextBox.CanUndoProperty 属性

定义

标识 CanUndo 依赖属性。

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

属性值

CanUndo 依赖属性的标识符。

适用于