ComponentOne Menus and Toolbars for WinForms
MeasureTabEventArgs Constructor

C1.Win.C1Command.4 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..
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..
See Also

Reference

MeasureTabEventArgs Class
MeasureTabEventArgs Members