Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / DrawTabEventArgs Class / DrawTabEventArgs Constructor
The Graphics object to draw on.
The tab page to draw.
The bounding rectangle of the tab.
Flag indicating whether the user completed the drawing.

In This Topic
    DrawTabEventArgs Constructor
    In This Topic
    Initializes a new instance of the DrawTabEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal graphics As Graphics, _
       ByVal page As C1DockingTabPage, _
       ByVal bounds As Rectangle, _
       ByVal done As Boolean _
    )

    Parameters

    graphics
    The Graphics object to draw on.
    page
    The tab page to draw.
    bounds
    The bounding rectangle of the tab.
    done
    Flag indicating whether the user completed the drawing.
    See Also