Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / PaintFocusRectangle Method
Graphics device interface
Rectangular area


In This Topic
PaintFocusRectangle Method (SuperEditBase)
In This Topic
Paints the focus rectangle.
Syntax
'Declaration
 
Protected Overrides Sub PaintFocusRectangle( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintFocusRectangle(g, r)

Parameters

g
Graphics device interface
r
Rectangular area
See Also