PowerTools MultiRow for Windows Forms 8.0J
Draw メソッド (DropDownItem)

描画するグラフィック。
項目の境界を示すSystem.Drawing.Rectangle
項目が強調表示されるかどうかを示すSystem.Boolean値。
DropDownItemのテキストとイメージを描画します。
構文
Protected Overridable Sub Draw( _
   ByVal g As Graphics, _
   ByVal itemBounds As Rectangle, _
   ByVal highlight As Boolean _
) 
protected virtual void Draw( 
   Graphics g,
   Rectangle itemBounds,
   bool highlight
)

パラメータ

g
描画するグラフィック。
itemBounds
項目の境界を示すSystem.Drawing.Rectangle
highlight
項目が強調表示されるかどうかを示すSystem.Boolean値。
参照

DropDownItem クラス
DropDownItem メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.