Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / DrawNavButtons Method
PaintEventArgs object containing the event data


In This Topic
    DrawNavButtons Method
    In This Topic
    Draws the navigation buttons.
    Syntax
    'Declaration
     
    
    Protected Sub DrawNavButtons( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim e As PaintEventArgs
     
    instance.DrawNavButtons(e)
    protected void DrawNavButtons( 
       PaintEventArgs e
    )

    Parameters

    e
    PaintEventArgs object containing the event data
    See Also