Click or drag to resize

Edit.CanUndo Method

X#
Determine if the Edit:Undo() method can be called for this edit control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CanUndo() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if Edit:Undo() can be invoked; otherwise, FALSE.
Remarks
This method is often used to modify Undo menu commands to reflect the state of the different possibilities.
See Also