[]
Provides data for the DrawTab event.
public class DrawTabEventArgs : EventArgs
Name | Description |
---|---|
DrawTabEventArgs(Graphics, C1DockingTabPage, Rectangle, bool) | Initializes a new instance of the DrawTabEventArgs class |
Name | Description |
---|---|
Bounds | The bounding rectangle of the tab. |
Done | Flag indicating whether the user completed the drawing. If set to true, no further drawing is performed. Otherwise, the default drawing is done. |
Graphics | The Graphics object to draw on. |
Page | The tab page to draw. |