[]
Paints the range group button.
public void PaintRangeGroupButton(Graphics g, int x, int y, int width, int height, GroupState groupState, bool rowGroup, bool isLeftToRight)
Public Sub PaintRangeGroupButton(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, groupState As GroupState, rowGroup As Boolean, isLeftToRight As Boolean)
| Type | Name | Description |
|---|---|---|
| Graphics | g | Graphics object. |
| int | x | X-coordinate. |
| int | y | Y-coordinate. |
| int | width | Width. |
| int | height | Height. |
| GroupState | groupState | Group state. |
| bool | rowGroup | Specifies whether it is a row group. |
| bool | isLeftToRight | Specifies whether to paint from left to right. |