GrapeCity InputMan for Windows Forms 11.0J
DrawSubItem メソッド

描画に使用するグラフィックスを表すGraphicsオブジェクト。
サブ項目を表すSubItemオブジェクト。
サブ項目の境界を表すRectangle値。
前景色を表すColor値。
サブ項目を描画します。
シンタックス
Protected Overridable Sub DrawSubItem( _
   ByVal g As Graphics, _
   ByVal subItem As SubItem, _
   ByVal subItemBound As Rectangle, _
   ByVal foreColor As Color _
) 
protected virtual void DrawSubItem( 
   Graphics g,
   SubItem subItem,
   Rectangle subItemBound,
   Color foreColor
)

パラメータ

g
描画に使用するグラフィックスを表すGraphicsオブジェクト。
subItem
サブ項目を表すSubItemオブジェクト。
subItemBound
サブ項目の境界を表すRectangle値。
foreColor
前景色を表すColor値。
参照

参照

ListSkin クラス
ListSkin メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.