Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintTabStrip Event


PaintTabStrip Event
Occurs when the tab strip needs painting.
Syntax
'Declaration
 
Public Event PaintTabStrip As PaintTabStripEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As PaintTabStripEventHandler
 
AddHandler instance.PaintTabStrip, handler
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.

PropertyDescription
Gets the graphics device that handles the tab.  
Gets the rectangle area that represents the tab.  
See Also