[]
Paints the outline (range group) button.
void PaintRangeGroupButton(Graphics g, int x, int y, int width, int height, GroupState groupState, bool rowGroup, bool isLeftToRight)
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 device interface for painting the button |
int | x | X-coordinate |
int | y | Y-coordinate |
int | width | Width, in pixels |
int | height | Height, in pixels |
GroupState | groupState | State of the outline (range group) |
bool | rowGroup | Whether this is an outline (range group) of rows |
bool | isLeftToRight | Whether set to right-to-left |