'Declaration
Public Event PaintTabStrip As PaintTabStripEventHandler
'Usage
Dim instance As FpSpread Dim handler As PaintTabStripEventHandler AddHandler instance.PaintTabStrip, handler
public event PaintTabStripEventHandler PaintTabStrip
Event Data
The event handler receives an argument of type PaintTabStripEventArgs containing data related to this event. The following PaintTabStripEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Graphics | Gets the graphics device that handles the tab. |
TabStripRectangle | Gets the rectangle area that represents the tab. |
See Also