Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / OnPaintBackground Method
Event arguments


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

Parameters

e
Event arguments
See Also