[]
Represents the event data for the PaintTabStripTab event for the Spread component.
public class PaintTabStripTabEventArgs : EventArgs
Public Class PaintTabStripTabEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| PaintTabStripTabEventArgs(SpreadView, Graphics, int, Rectangle, GraphicsPath) | Creates a new object with the PaintTabStripTab event arguments. |
| Name | Description |
|---|---|
| Cancel | Gets or sets the cancel flag. |
| Graphics | Gets the graphics device that handles the tab. |
| TabIndex | Gets the index of the tab to be painted. |
| TabPath | Gets the outline of the tab. |
| TabRectangle | Gets the rectangle area that represents the tab. |