PowerTools PlusPak for Windows Forms 8.0J
DrawItem イベント

DrawModeプロパティがtrueに設定されている場合に、タブを描画すると発生します。
構文
Public Event DrawItem As DrawItemEventHandler
public event DrawItemEventHandler DrawItem
イベント データ

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

プロパティ解説
BackColorGets the background color of the item that is being drawn.  
BoundsGets the rectangle that represents the bounds of the item that is being drawn.  
FontGets the font that is assigned to the item being drawn.  
ForeColorGets the foreground color of the of the item being drawn.  
GraphicsGets the graphics surface to draw the item on.  
IndexGets the index value of the item that is being drawn.  
StateGets the state of the item being drawn.  
解説
イベントハンドラは、このイベントに関連するデータを含むDrawItemEventArgsのタイプの引数を受け取ります。次のDrawItemEventArgsプロパティは、このイベント固有の情報を提供します。
プロパティ 説明
BackColor 描画されている項目の背景色を取得します。
Bounds 描画されている項目の境界を表す矩形を取得します。
Font 描画されている項目に割り当てられたフォントを取得します。
ForeColor 描画されている項目の前景色を取得します。
Graphics 項目を描画するグラフィックス表面を取得します。
Index 描画されている項目のインデックスの値を取得します。
State 描画されている項目の状態を取得します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcTabBase クラス
GcTabBase メンバ

Send Feedback