System.Windows.Forms.TreeView.HotTracking Property

Gets or sets a value indicating whether a tree node label takes on the appearance of a hyperlink as the mouse pointer passes over it.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool HotTracking { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the TreeView.CheckBoxes property is set to true, the TreeView.HotTracking property has no effect.

Note:

When the TreeView.HotTracking property is set to true, each tree node label takes on the appearance of a hyperlink as the mouse pointer passes over it. The System.Drawing.FontStyle.Underline font style is applied to the System.Drawing.Font and the Control.ForeColor is set to blue to make the label appear as a link. The appearance is not controlled by the Internet settings of the user's operating system.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0