Class TreeViewHitTestInfo
Contains information about HitTest(PointD) result for a TreeView control.
public class TreeViewHitTestInfo : BaseObject, IBaseObject
- Inheritance
-
TreeViewHitTestInfo
- Implements
Constructors
- TreeViewHitTestInfo()
Initializes a new instance of the TreeViewHitTestInfo class.
- TreeViewHitTestInfo(TreeViewHitTestLocations, TreeViewItem?)
Initializes a new instance of the TreeViewHitTestInfo class.
Fields
- Empty
Gets an empty TreeViewHitTestInfo object.
Properties
- Item
Gets the TreeViewItem at the position indicated by a hit test of a TreeView control.