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


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

Parameters

e
See Also