IRibbonSlider.VisibleButtons

Syntax

VisibleButtons: Boolean;

Description

The VisibleButtons property determines whether the additional buttons that should be used for changing the value for the fixed size are displayed in the control.

Comments

If the property is set to True, additional buttons are displayed on the edges of the control. These buttons can be used to change the current value for 10.

If the property is set to False, the additional buttons are not displayed. The value can be changed using control slider or by specifying explicitly the value of the Value property.

Example

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

See also:

IRibbonSlider