TdxTreeViewHitTest Properties
Contains the HitTest information about the Tree View‘s elements located at the specified point.
Name | Description |
---|---|
Hit |
Indicates if the test point belongs to a node’s checkbox. |
Hit |
Indicates if the test point belongs to a node’s expand button. |
Hit |
Indicates if the test point belongs to a node’s main image. |
Hit |
Indicates if the test point belongs to a node. |
Hit |
Indicates if the test point belongs to a node’s selection rectangle. |
Hit |
Indicates if the test point belongs to a node’s additional image. |
Hit |
Indicates if the test point belongs to a node’s caption. |
Hit |
Provides access to a tree node at the test point. |
Hit |
Provides access to a tree node located at the test point. |
Hit |
Returns the test point in the Tree View control’s client area. |
See Also