'宣言 Public Function New( _ ByVal graphics As System.Drawing.Graphics, _ ByVal page As C1DockingTabPage, _ ByVal bounds As System.Drawing.Rectangle, _ ByVal done As System.Boolean _ )
public DrawTabEventArgs( System.Drawing.Graphics graphics, C1DockingTabPage page, System.Drawing.Rectangle bounds, System.bool done )
パラメータ
- graphics
- 描画するグラフィックオブジェクトです。
- page
- 描画するタブページです。
- bounds
- タブの境界四角形です。
- done
- ユーザーが描画を完了したかどうかを示すフラグです。