TcxCustomProgressBarProperties.ShowOverload Property
Specifies whether an overload bar is displayed.
Declaration
property ShowOverload: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The progress bar control enables you to display an overload bar – a part of the progress bar with different style settings. This bar is displayed in the range specified by the OverloadValue and Position properties. The style of the bar is controlled by the OverloadBeginColor and OverloadEndColor properties. Please refer to these property descriptions for details.
The overload bar cannot be displayed if:
The progress bar is in marquee mode.
The cxbsAnimation or cxbsAnimationLEDs paint style is applied to the progress bar.
The progress bar is painted using the native style. Use the Style.LookAndFeel.NativeStyle property to control whether this style is used.
The default value of the ShowOverload property is False.