GrapeCity SPREAD for Windows Forms 11.0J
PaintRangeGroupButton メソッド (IInterfaceRenderer)


ボタンを描画するためのグラフィックデバイスインタフェース
x座標
y座標
幅(ピクセル単位)
高さ(ピクセル単位)
アウトライン(範囲グループ)の状態
これが行のアウトライン(範囲グループ)であるかどうか
右から左に設定するかどうか
アウトライン(範囲グループ)のボタンを描画します。
構文
'Declaration
 
Sub PaintRangeGroupButton( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal groupState As GroupState, _
   ByVal rowGroup As Boolean, _
   ByVal isLeftToRight As Boolean _
) 
'使用法
 
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)

パラメータ

g
ボタンを描画するためのグラフィックデバイスインタフェース
x
x座標
y
y座標
width
幅(ピクセル単位)
height
高さ(ピクセル単位)
groupState
アウトライン(範囲グループ)の状態
rowGroup
これが行のアウトライン(範囲グループ)であるかどうか
isLeftToRight
右から左に設定するかどうか
参照

IInterfaceRenderer インタフェース
IInterfaceRenderer メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.