MESCIUS SPREAD for Windows Forms 15.0J
PaintRangeGroupButton メソッド (EnhancedInterfaceRenderer)

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

パラメータ

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

EnhancedInterfaceRenderer クラス
EnhancedInterfaceRenderer メンバ

 

 


© MESCIUS inc. All rights reserved.