Vcl.Touch.GestureCtrls.TGestureListView.HoverTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HoverTime: Integer read GetHoverTime write SetHoverTime default -1;

C++

__property HoverTime = {default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Specifies how long the user must pause with the mouse before an item is selected.

Vcl.Touch.GestureCtrls.TGestureListView.HoverTime inherits from Vcl.ComCtrls.TCustomListView.HoverTime. All content below this line refers to Vcl.ComCtrls.TCustomListView.HoverTime.

Specifies how long the user must pause with the mouse before an item is selected.

Use HoverTime to indicate how long (in milliseconds) the user must pause with the mouse before an item is selected. If HoverTime is -1 (the default value), a default time period must elapse.

HoverTime has no effect unless the HotTrack property is true.

See Also