'Declaration
Public Overloads Overridable Sub OnPaintBackground( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As ElementStyle _
)
'使用法
Dim instance As ElementControl
Dim g As Graphics
Dim rectInput As Rectangle
Dim overrideStyle As ElementStyle
instance.OnPaintBackground(g, rectInput, overrideStyle)