NavBarHitInfo Properties
Contains information about the control’s section located under a specified point.| 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. |
See Also