'Declaration
Protected Sub DrawNavArrow( _ ByVal navbutton As NavButton, _ ByVal e As PaintEventArgs, _ ByVal x As Integer, _ ByVal y As Integer _ )
'Usage
Dim instance As TabStrip Dim navbutton As NavButton Dim e As PaintEventArgs Dim x As Integer Dim y As Integer instance.DrawNavArrow(navbutton, e, x, y)
Parameters
- navbutton
- Navigation button
- e
- PaintEventArgs object containing the event data
- x
- X coordinate
- y
- Y coordinate