PowerTools InputMan for Windows Forms 8.0J
DrawColumn メソッド

描画に使用するグラフィックスを表すGraphicsオブジェクト。
カラムを表すListColumnオブジェクト。
カラムヘッダの領域を表すRectangle値。
カラムヘッダを描画します。
構文
Protected Overridable Sub DrawColumn( _
   ByVal g As Graphics, _
   ByVal listColumn As ListColumn, _
   ByVal bounds As Rectangle _
) 
protected virtual void DrawColumn( 
   Graphics g,
   ListColumn listColumn,
   Rectangle bounds
)

パラメータ

g
描画に使用するグラフィックスを表すGraphicsオブジェクト。
listColumn
カラムを表すListColumnオブジェクト。
bounds
カラムヘッダの領域を表すRectangle値。
参照

ListSkin クラス
ListSkin メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.