ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command 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 System.Drawing.Graphics, _
       ByVal page As C1DockingTabPage, _
       ByVal width As System.Integer _
    )
    public MeasureTabEventArgs( 
       System.Drawing.Graphics graphics,
       C1DockingTabPage page,
       System.int width
    )

    Parameters

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also