PowerTools SPREAD for Windows Forms 8.0J
PaintGroupBarBackground イベント


グループバーの背景が描画されたときに発生します。
構文
'Declaration
 
Public Event PaintGroupBarBackground As PaintGroupBarBackgroundEventHandler
'使用法
 
Dim instance As FpSpread
Dim handler As PaintGroupBarBackgroundEventHandler
 
AddHandler instance.PaintGroupBarBackground, handler
public event PaintGroupBarBackgroundEventHandler PaintGroupBarBackground
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、PaintGroupBarBackgroundEventArgs 型の引数を受け取りました。次の PaintGroupBarBackgroundEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ説明
Boundsグループバーの境界。  
Graphics背景の描画に使用するGraphicsオブジェクト。  
Handledイベントが処理されたかどうかを決定します。  
参照

FpSpread クラス
FpSpread メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.