ImageEn, unit iesettings

TIEGlobalSettings.CustomHintTimeout

TIEGlobalSettings.CustomHintTimeout


Declaration

property CustomHintTimeout: Integer;


Description

Specifies the number of milliseconds that custom hints are displayed. Custom hints are those that change when hovering over content, such as ShowThumbnailHint and HintFormat.

Default: 10000 (10 seconds)


Example

// Display custom hints for 5 seconds
IEGlobalSettings().CustomHintTimeout := 5000;