RichText.CanPaste

boolean RichText.CanPaste ( 

string ObjectName )

Example 1

bCanPaste = RichText.CanPaste("RichText1");

Determines whether or not the contents of the clipboard can be pasted into the richtext object named "RichText1" and stores the result in the variable "bCanPaste."

See also:  Related Actions