FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : 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 | イベントが処理されたかどうかを決定します。 |