[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawTabEventArgs.-ctor

DrawTabEventArgs Constructor

DrawTabEventArgs(Graphics, C1DockingTabPage, Rectangle, bool)

Initializes a new instance of the DrawTabEventArgs class

Declaration
public DrawTabEventArgs(Graphics graphics, C1DockingTabPage page, Rectangle bounds, bool done)
Parameters
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.