'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..