[]
Draws the highlight selector for the specified borders.
public static void DrawHighlightSelector(Rectangle bounds, Graphics g, Brush selectorBrush, bool rightToLeft, bool isHotPressed)
| 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. |