TcxCustomHintStyleController.HintHidePause Property
Specifies the time interval during which the hint is displayed.
Declaration
property HintHidePause: Integer read; write; default 2500;
Property Value
Type | Default |
---|---|
Integer | 2500 |
Remarks
The HintHidePause property specifies the interval in milliseconds between the time when the hint appears and before it is hidden. This assumes that the mouse pointer stays within the control displaying the hint. If the mouse pointer leaves the control area, the hint is hidden immediately.
When you assign a value to the HintHidePause property, it is actually passed to the application’s HintHidePause property.
The default value of the HintHidePause property is 2500.
See Also