TcxCustomListView.HoverTime Property
Specifies how long the user must pause with the mouse before an item is selected.
Declaration
property HoverTime: Integer read; write; default -1;
Property Value
Type |
---|
Integer |
Remarks
The HoverTime property defines the delay between the moment when the user puts the mouse cursor over the item and the moment, when this item becomes selected. This property is not in effect when the HotTrack property is set to False.
If the HoverTime property is -1, the default Windows hover time is applied.
The default value of the HoverTime property is -1.
See Also