指定されたヘッダー、項目コンテナ、グラフィック、およびクリッピング四角形を使用して、
HeaderPaintEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public HeaderPaintEventArgs(
System.Windows.Forms.Control ,
System.Windows.Forms.Control ,
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
パラメータ
- header
- 項目コンテナのヘッダーパネル。
- control
- 項目コンテナ。
- graphics
- 項目を描画するために使用される System.Drawing.Graphics。
- clipRect
- 描画範囲の四角形を表す System.Drawing.Rectangle。
参照