TdxCustomRangeTrackBarProperties Events
Serves as the base class for classes that contain range track bar settings.Name | Description |
---|---|
OnButtonClick | Allows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties. |
OnButtonGlyphDrawParameters | Allows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties. |
OnChange | Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties. |
OnClosePopup | Inherited from TcxCustomEditProperties. |
OnDrawRangeMaxThumb protected | Enables you to custom paint the thumb that indicates the selected range’s upper bound. |
OnDrawRangeMinThumb protected | Enables you to custom paint the thumb that indicates the selected range’s lower bound. |
OnDrawThumb | Enables you to paint the track bar’s thumb in a custom manner. Inherited from TcxCustomTrackBarProperties. |
OnEditValueChanged | Allows you to respond to edit value changes. Inherited from TcxCustomEditProperties. |
OnGetPositionHint | Enables you to dynamically control the visibility and content of a hint window shown in response to thumb position changes and mouse hover events. |
OnGetThumbRect | Specifies the size of the custom painted track bar’s thumb. Inherited from TcxCustomTrackBarProperties. |
OnGetTickLabel | Enables you customize the visibility and content of text labels within tick marks. Inherited from TcxCustomTrackBarProperties. |
OnPropertiesChanged | Occurs on every editor setting change. Inherited from TcxCustomEditProperties. |
OnValidate | Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties. |
See Also