[]
Represents the event data for the PaintTabStripButton event for the Spread component.
public class PaintTabStripButtonEventArgs : EventArgs
Public Class PaintTabStripButtonEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| PaintTabStripButtonEventArgs(SpreadView, Graphics, Rectangle, TabStripButton, bool) | Creates a new object with the PaintTabStrip event arguments. |
| Name | Description |
|---|---|
| ButtonRectangle | Gets the rectangular area that represents the tab button. |
| Cancel | Gets or sets the cancel flag. |
| Graphics | Gets the graphics device that handles the tab button. |
| Pressed | Gets or sets whether the tab button is pressed. |
| TabButton | Gets the tab button to paint. |