[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.PaintFocusRectangle

PaintFocusRectangle Method

PaintFocusRectangle(Graphics, Rectangle)

Draws the focus rectangle.

Declaration
protected override void PaintFocusRectangle(Graphics g, Rectangle r)
Protected Overrides Sub PaintFocusRectangle(g As Graphics, r As Rectangle)
Parameters
Type Name Description
Graphics g

Graphics device

Rectangle r

Bounding rectangle for the object

Overrides