[]
Initializes a new instance of the DrawTabEventArgs class
public DrawTabEventArgs(Graphics graphics, C1DockingTabPage page, Rectangle bounds, bool done)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
C1DockingTabPage | page | The tab page to draw. |
Rectangle | bounds | The bounding rectangle of the tab. |
bool | done | Flag indicating whether the user completed the drawing. |