TcxCustomTrackBarProperties.ThumbType Property
In This Article
Specifies whether the track bar’s thumb is visible and whether it must be custom painted.
#Declaration
Delphi
property ThumbType: TcxTrackBarThumbType read; write; default cxttRegular;
#Property Value
Type | Default |
---|---|
Tcx |
cxtt |
#Remarks
Use the ThumbType property to specify whether the track bar’s thumb must be displayed and in what manner. The following values are available for this property.
Value | Meaning |
---|---|
cxtt |
The thumb is not displayed. This can be used if you want to display information using the selection bar only. Please refer to the Selection |
cxtt |
The control’s Style. |
cxtt |
The track bar’s thumb must be painted manually by handling the On |
The default value of the ThumbType property is cxttRegular.
See Also