IRibbonProgressBar.InnerWidth

Syntax

InnerWidth: Integer;

Description

The InnerWidth property determines width of the control.

Comments

The width is calculated automatically for the controls taking into account the number and parameters of neighboring controls. This property enables the user to set a fixed width for the current control. The width value is determined in pixels, default progress bar width is 100 pixels.

Example

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

See also:

IRibbonProgressBar