RichText.SetEnabled

RichText.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Example 1

RichText.SetEnabled("RichText Two", true);

Enables the richtext object named "RichText Two."

Example 2

RichText.SetEnabled("RichText4", false);

Disables the richtext object named "RichText4."

See also:  Related Actions