[]
Creates a new object with the PaintTabStrip event arguments.
public PaintTabStripButtonEventArgs(SpreadView view, Graphics g, Rectangle buttonRectangle, TabStripButton tabButton, bool pressed)
Public Sub New(view As SpreadView, g As Graphics, buttonRectangle As Rectangle, tabButton As TabStripButton, pressed As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the sheet |
Graphics | g | Graphics device |
Rectangle | buttonRectangle | Rectangle area representing the tab |
TabStripButton | tabButton | TabStripButton to paint |
bool | pressed | Specifies whether the button is pressed |