PaintSpecialBackground Method (PSObject)
Asks the control to repaint the background for the object.
'Declaration
Protected Overrides Sub PaintSpecialBackground( _
ByVal As Graphics, _
ByVal As Rectangle _
)
'Usage
Dim instance As PSObject
Dim g As Graphics
Dim r As Rectangle
instance.PaintSpecialBackground(g, r)
Parameters
- g
- Graphics device
- r
- Bounding rectangle for the object