NavBarHitInfo Members
Contains information about the control’s section located under a specified point.Constructors
| Name | Description |
|---|---|
| NavBarHitInfo(NavBarControl) | Creates a new instance of the NavBarHitInfo class. |
Properties
| Name | Description |
|---|---|
| ExpandButtonBounds | Gets the bounds of the NavBarControl’s expand button (applied when the NavigationPane paint style is applied). |
| Group | Gets a group over whose area a test point resides. |
| HitPoint | Gets the test point coordinates. |
| HitTest | Gets the control’s section over which the test point resides. |
| InExpandButton | Gets a value indicating whether the test point is over a NavBarControl’s expand/collapse button (in the NavigationPane paint style). |
| InGroup | Gets a value indicating whether the test point is over a group. |
| InGroupButton | Indicates whether the test point is within a group button. |
| InGroupCaption | Gets a value indicating whether the test point is over a group caption. |
| InLink | Gets a value indicating whether the test point is over a link. |
| Link | Gets the link over which the test point resides. |
| NavBar | Gets the control for which hit information has been calculated. |
Methods
| Name | Description |
|---|---|
| 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) 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. |
| IsEquals(Object) | Returns a value indicating whether the specified object has the same contents as this one. |
| 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