[]
Paints the gripper focus indicator.
public void PaintTouchGripper(Graphics g, Rectangle rect, int thickness, Color backColor, Color foreColor)
Public Sub PaintTouchGripper(g As Graphics, rect As Rectangle, thickness As Integer, backColor As Color, foreColor As Color)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting |
Rectangle | rect | Paint rectangle |
int | thickness | Thickness |
Color | backColor | Background color |
Color | foreColor | Foreground color |