Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / OnPaintBackground Method


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

Parameters

e
See Also