'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 _
)
'使用法
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)