IRibbonSlider.InnerWidth

Fore Syntax

InnerWidth: Integer;

Fore.NET Syntax

InnerWidth: Integer;

Description

The InnerWidth property determines width of the control element.

Comments

The width is calculated automatically for the control elements taking into account the number and parameters of neighboring control elements. This property allows to set a fixed width for the current control. The width value is defined in pixels, by default the combo-box width equals to 100 pixels.

Example

The example of use is given in description of the Value property.

See also:

IRibbonSlider