TreeListHitInfo Properties
Represents a class that contains information about what is located at a specific point within the TreeList control.
Name | Description |
---|---|
Band | Gets the band located under the test point. |
Bounds | Gets the limits for the Tree List element that contains the test point. |
Column | Gets the column located under the test point. |
Hit |
Gets the visual element located under the test point. |
Hit |
Gets an object containing information about the visual element located under the test point. |
In |
Gets whether a point is over the blank column header. |
In |
Gets whether a point is over a column header, or filter button. |
In |
Gets whether a point is over a column header panel (a header, blank header, button, filter button, the column header panel itself or its edge). |
In |
Gets whether a point is over the Filter Panel (the filter, the check box disabling the filter, the ‘Close Filter’, ‘Edit Filter’, or ‘MRU Filters’ button). |
In |
Gets whether a point is over a row’s cell, expand button, select image, state image, indicator cell, preview section, or the row’s area not occupied by any of these elements. |
In |
Gets whether a point is over a cell. |
In |
Gets whether a point belongs to a row’s check box. |
In |
Gets whether a point is over a row (group) footer. |
In |
Gets whether a point is over an area that separates a row from its indicator cell. |
In |
Gets whether a point is over a row indicator cell. |
In |
Gets whether a point is over a row’s select image. |
In |
Gets whether a point is over a row’s state image. |
Mouse |
Gets the coordinates of the point under the mouse cursor relative to the Tree List control. |
Node | Gets the node located under the test point. |
See Also