Skip to main content
A newer version of this page is available. .

TreeListHitInfo Members

Represents a class that contains information about what is located at a specific point within the TreeList control.

Constructors

Name Description
TreeListHitInfo() Initializes a new instance of the TreeListHitInfo class.
TreeListHitInfo(TreeListHitTest) Initializes a new instance of the TreeListHitInfo class.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also