[]
Creates a new object with the PaintTabStripTab event arguments.
public PaintTabStripTabEventArgs(SpreadView view, Graphics g, int tabIndex, Rectangle tabRectangle, GraphicsPath tabPath)
Public Sub New(view As SpreadView, g As Graphics, tabIndex As Integer, tabRectangle As Rectangle, tabPath As GraphicsPath)
| Type | Name | Description |
|---|---|---|
| SpreadView | view | View that contains the sheet |
| Graphics | g | Graphics device |
| int | tabIndex | Index of the tab |
| Rectangle | tabRectangle | Rectangle area representing the tab |
| GraphicsPath | tabPath | Outline around the tab |