Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / MeasureTabEventArgs Class / MeasureTabEventArgs Constructor
Specifies the Graphics object to use for measuring.
The C1DockingTabPage object to measure.
The width of the tab..

In This Topic
    MeasureTabEventArgs Constructor
    In This Topic
    Initializes a new instance of the MeasureTabEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal graphics As Graphics, _
       ByVal page As C1DockingTabPage, _
       ByVal width As Integer _
    )
    public MeasureTabEventArgs( 
       Graphics graphics,
       C1DockingTabPage page,
       int width
    )

    Parameters

    graphics
    Specifies the Graphics object to use for measuring.
    page
    The C1DockingTabPage object to measure.
    width
    The width of the tab..
    See Also