Click or drag to resize

Edit.Undo Method (Typed)

X#
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
Request Example View Source

Return Value

Type: 
TRUE if successful; otherwise, FALSE.
Remarks
This method only undoes the last change—undos are not nested.
See Also