Control.addClass

Syntax

addClass (value);

Parameters

value. Name of the CSS class.

Description

The addClass method adds the CSS class to the component.

Example

The example of method use is given in description of the Control.Anchors property.

See also:

Control