Back to Devexpress

NavBarHitInfo Members

windowsforms-devexpress-dot-xtranavbar-dot-navbarhitinfo-dot-underscore-members.md

latest4.9 KB
Original Source

NavBarHitInfo Members

Contains information about the control’s section located under a specified point.

Constructors

NameDescription
NavBarHitInfo(NavBarControl)Creates a new instance of the NavBarHitInfo class.

Properties

NameDescription
ExpandButtonBoundsGets the bounds of the NavBarControl’s expand button (applied when the NavigationPane paint style is applied).
GroupGets a group over whose area a test point resides.
HitPointGets the test point coordinates.
HitTestGets the control’s section over which the test point resides.
InExpandButtonGets a value indicating whether the test point is over a NavBarControl’s expand/collapse button (in the NavigationPane paint style).
InGroupGets a value indicating whether the test point is over a group.
InGroupButtonIndicates whether the test point is within a group button.
InGroupCaptionGets a value indicating whether the test point is over a group caption.
InLinkGets a value indicating whether the test point is over a link.
LinkGets the link over which the test point resides.
NavBarGets the control for which hit information has been calculated.

Methods

NameDescription
CalcHitInfo(Point, NavBarHitTest[])Calculates hit information for the test point.
Clear()Clears hit information.
Clone()Creates a copy of this NavBarHitInfo object.
Equals(Object, Object) staticDetermines 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.
IsEquals(Object)Returns a value indicating whether the specified object has the same contents as this one.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NavBarHitInfo Class

DevExpress.XtraNavBar Namespace