GrapeCity PlusPak for Windows Forms 10.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.  
参照

参照

GcTabBase クラス
GcTabBase メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.