[]
Gets a value that indicates whether the user can undo the previous operation in a text box control.
[Browsable(false)]
public bool CanUndo { get; }
<Browsable(False)>
Public ReadOnly Property CanUndo As Boolean
Type | Description |
---|---|
bool | true if the user can undo the previous operation performed in a text box control; otherwise, false. |