[]
Creates a new object with the PaintTabStrip event arguments.
public PaintTabStripEventArgs(SpreadView view, Graphics g, Rectangle tabStripRectangle)
Public Sub New(view As SpreadView, g As Graphics, tabStripRectangle As Rectangle)
| Type | Name | Description |
|---|---|---|
| SpreadView | view | View that contains the sheet |
| Graphics | g | Graphics device |
| Rectangle | tabStripRectangle | Rectangle area representing the tab strip |