Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / OnPaint Method
PaintEventArgs object containing the event data


In This Topic
OnPaint Method (TabStrip)
In This Topic
OnPaint - Paints the tabstrip control
Syntax
'Declaration
 
Protected Overrides Sub OnPaint( _
   ByVal e As PaintEventArgs _
) 
 
'Usage
 
Dim instance As TabStrip
Dim e As PaintEventArgs
 
instance.OnPaint(e)

Parameters

e
PaintEventArgs object containing the event data
See Also