TTMSFNCProgressInteraction Class
Configures keyboard and pointer interaction for changing progress values.
API unit family: TMSFNCProgressBar
Inherits from: TPersistent
Syntax
TTMSFNCProgressInteraction = class(TPersistent)
Properties
| Name | Description |
|---|---|
| KeyboardSupport | When True, keyboard arrow keys can update the value. |
| ReadOnlyMode | When True, user input cannot change the current value. |
| SlideToValue | When True, dragging across the bar continuously updates the value. |
| SnapToValue | When True, pointer release snaps the value to the pointer position. |