SingleLineEdit.Undo Method (Typed) | |
Undo the last modification to the text in this edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Undo() AS VOID
public override void Undo()
Request Example
View SourceReturn Value
Type:
TRUE if successful; otherwise, FALSE.
Remarks
This method only undoes the last change—undos are not nested.
See Also