Paints the outline (range group) button.
Syntax
'Declaration
Sub PaintRangeGroupButton( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As GroupState, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim instance As IInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim groupState As GroupState
Dim rowGroup As Boolean
Dim isLeftToRight As Boolean
instance.PaintRangeGroupButton(g, x, y, width, height, groupState, rowGroup, isLeftToRight)
void PaintRangeGroupButton(
Graphics ,
int ,
int ,
int ,
int ,
GroupState ,
bool ,
bool
)
Parameters
- g
- Graphics device interface for painting the button
- x
- X-coordinate
- y
- Y-coordinate
- width
- Width, in pixels
- height
- Height, in pixels
- groupState
- State of the outline (range group)
- rowGroup
- Whether this is an outline (range group) of rows
- isLeftToRight
- Whether set to right-to-left
See Also