Skip to main content
A newer version of this page is available. .

TcxCustomHintStyleController.HintShortPause Property

Specifies the time period passed before a hint is displayed if another hint has already been shown.

Declaration

property HintShortPause: Integer read; write; default 50;

Property Value

Type Default
Integer 50

Remarks

Use the HintShortPause property to reduce the flicker when moving the mouse quickly over a set of buttons that all have help hints. If flicker appears, assign a greater value to this property. Values are set in milliseconds.

When you assign a value to the HintShortPause property, it is actually assigned to the application’s HintShortPause property.

The default value of the HintShortPause property is 50.

See Also