[]
        
(Showing Draft Content)

C1.Framework.DrawUtil.DrawHighlightSelector

DrawHighlightSelector Method

DrawHighlightSelector(Rectangle, Graphics, Brush, bool, bool)

Draws the highlight selector for the specified borders.

Declaration
public static void DrawHighlightSelector(Rectangle bounds, Graphics g, Brush selectorBrush, bool rightToLeft, bool isHotPressed)
Parameters
Type Name Description
Rectangle bounds

the cell bounds.

Graphics g

the graphics context.

Brush selectorBrush

the selector brush.

bool rightToLeft

the right ot left flag.

bool isHotPressed

the flag indicating the hot and pressed state of the selector.