OnPaintBackground(PaintEventArgs) Method
Occurs when the background of the control is painted.
'Declaration
Protected Overloads Overridable Sub OnPaintBackground( _
ByVal As PaintEventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As PaintEventArgs
instance.OnPaintBackground(e)
Parameters
- e
- PaintEventArgs object that contains event data