'Declaration Public Function New( _ ByVal graphics As System.Drawing.Graphics, _ ByVal page As C1DockingTabPage, _ ByVal bounds As System.Drawing.Rectangle, _ ByVal done As System.Boolean _ )
public DrawTabEventArgs( System.Drawing.Graphics graphics, C1DockingTabPage page, System.Drawing.Rectangle bounds, System.bool done )
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.