ListView::HotTracking Property
.NET Framework (current version)
Gets or sets a value indicating whether the text of an item or subitem has the appearance of a hyperlink when the mouse pointer passes over it.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the item text has the appearance of a hyperlink when the mouse passes over it; otherwise, false. The default is false.
Enabling hot tracking willcause the Activation property to be set to OneClick andtheHoverSelection property to be set to true. In addition, run-time label editing is not allowed when hot tracking is enabled.
.NET Framework
Available since 2.0
Available since 2.0
Show: