Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnPaintTabStrip Method
PaintTabStripEventArgs object that contains the event data


In This Topic
OnPaintTabStrip Method
In This Topic
Raises the PaintTabStrip event.
Syntax
'Declaration
 
Protected Overridable Sub OnPaintTabStrip( _
   ByVal e As PaintTabStripEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As PaintTabStripEventArgs
 
instance.OnPaintTabStrip(e)

Parameters

e
PaintTabStripEventArgs object that contains the event data
See Also