NavBarCustomDrawHintEventArgs Properties
Provides data for the NavBarControl.CustomDrawHint event.| Name | Description |
|---|---|
| Appearance | Gets the painted hint’s appearance settings. |
| Bounds | Gets the hint’s bound rectangle. |
| Group | Gets the group for which the hint is displayed. Inherited from NavBarCustomHintEventArgs. |
| Handled | Gets or sets a value specifying whether the control should perform default hint painting. |
| Hint | Gets the hint text. |
| HintInfo | Gets an object providing information on the NavBarControl’s element for which the hint event was fired. Inherited from NavBarCustomHintEventArgs. |
| Link | Gets the link for which the hint is displayed. Inherited from NavBarCustomHintEventArgs. |
| PaintArgs | Gets an object containing painting parameters. |
See Also