RibbonPanel.addControl

Syntax

addControl (value, isSmallControl);

Parameters

value. Control to be added.

isSmallControl. Indicates whether the control is small. If the property is set to True, the component is small, when the property is set to False, the component has a standard size. The default property value is False.

Description

The addControl method adds control to the panel.

Example

The example of method use is given on the Example of Creating the Ribbon Component page.

See also:

RibbonPanel