Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / PaintFocusRectangle Method
Graphics device
Rectangle bounding the area


In This Topic
    PaintFocusRectangle Method (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintFocusRectangle( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintFocusRectangle(g, r)
    protected virtual void PaintFocusRectangle( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device
    r
    Rectangle bounding the area
    See Also