RichText.CanUndo

boolean RichText.CanUndo ( 

string ObjectName )

Example 1

bCanUndo = RichText.CanUndo("RichText1");

Determines whether or not the last editing operation in the richtext object named "RichText1" can be undone and stores the result in the variable "bCanUndo."

See also:  Related Actions