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


In This Topic
    DrawTabs Method
    In This Topic
    Draws the tabs after computing the tab layout.
    Syntax
    'Declaration
     
    
    Protected Sub DrawTabs( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim e As PaintEventArgs
     
    instance.DrawTabs(e)
    protected void DrawTabs( 
       PaintEventArgs e
    )

    Parameters

    e
    PaintEventArgs object containing the event data
    See Also