IMsExpressionEdit.ClearAttributes

Fore Syntax

ClearAttributes;

Fore.NET Syntax

ClearAttributes();

Description

The ClearAttributes method deletes all attributes, added for using in the component.

Comments

The method deletes all attributes, which were added using the AddAttribute method, or received at installing the SelectionSet property.

Example

Example of use is given in description of the AddAttribute method.

See also:

IMsExpressionEdit