TiProgressComponent.SectionColor3
TiProgressComponent See Also
Specifies the Section3 color.
property SectionColor3 : TColor;
Description
Use SectionColor3 to read or change the Section3 color.
If the following conditions are not meet, Section3 will not be shown
SectionCount > 2
(SectionEnd1, SectionEnd2) < PositionMax
Example
Delphi
iComponent.SectionColor3 := clRed;
C++ Builder
iComponent->SectionColor3 = clRed;
Contents | Index | Previous | Next