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


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

Parameters

e
Event arguments
See Also