Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / DrawNavArrow Method
PaintEventArgs object containing the event data
X coordinate
Y coordinate


In This Topic
    DrawNavArrow Method
    In This Topic
    Draws the navigation button arrows.
    Syntax
    '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)
    protected void DrawNavArrow( 
       NavButton navbutton,
       PaintEventArgs e,
       int x,
       int y
    )

    Parameters

    navbutton
    Navigation button
    e
    PaintEventArgs object containing the event data
    x
    X coordinate
    y
    Y coordinate
    See Also