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