Skip to main content

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.
HitInfoType Gets the visual element located under the test point.
HitTest Gets an object containing information about the visual element located under the test point.
InBehindColumn Gets whether a point is over the blank column header.
InColumn Gets whether a point is over a column header, or filter button.
InColumnPanel 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).
InFilterPanel 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).
InRow 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.
InRowCell Gets whether a point is over a cell.
InRowCheckBox Gets whether a point belongs to a row’s check box.
InRowFooter Gets whether a point is over a row (group) footer.
InRowIndent Gets whether a point is over an area that separates a row from its indicator cell.
InRowIndicator Gets whether a point is over a row indicator cell.
InRowSelectImage Gets whether a point is over a row’s select image.
InRowStateImage Gets whether a point is over a row’s state image.
MousePoint 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