Edit.CanUndo Method | |
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
public virtual Usual CanUndo()
Request Example
View SourceReturn 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