Infragistics2.Win.UltraWinTree.v8.1
HotTrackingNode Property
See Also 
Infragistics.Win.UltraWinTree Namespace > UltraTree Class : HotTrackingNode Property

Gets/sets the current HotTracking Node.

Syntax

Visual Basic (Declaration) 
Public Property HotTrackingNode As UltraTreeNode
C# 
public UltraTreeNode HotTrackingNode {get; set;}

Remarks

The Override.HotTracking Node is the node that the mouse is currently hovering over.

If there is no Override.HotTracking node, this property returns Nothing

See Also