[]
Draws the navigation button arrows.
protected void DrawNavArrow(NavButton navbutton, PaintEventArgs e, int x, int y)
Protected Sub DrawNavArrow(navbutton As NavButton, e As PaintEventArgs, x As Integer, y As Integer)
| Type | Name | Description |
|---|---|---|
| NavButton | navbutton | Navigation button |
| PaintEventArgs | e | PaintEventArgs object containing the event data |
| int | x | X coordinate |
| int | y | Y coordinate |