Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButton Class / PaintBackColor Method
Graphics device
Rectangle boundary of the area


In This Topic
PaintBackColor Method (SEditButton)
In This Topic
Paints the background color.
Syntax
'Declaration
 
Protected Overrides Sub PaintBackColor( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As SEditButton
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintBackColor(g, r)

Parameters

g
Graphics device
r
Rectangle boundary of the area
See Also