PaintRangeGroupButton Method (EnhancedInterfaceRenderer)
In This Topic
Paints the outline (range group) button.
Syntax
'Declaration
Public 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 EnhancedInterfaceRenderer
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)
public 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 outline (range group) is of rows
- isLeftToRight
- Whether it is set to right-to-left
See Also