SequentialWorkflowRootDesigner.OnPaint(ActivityDesignerPaintEventArgs) メソッド

定義

SequentialWorkflowRootDesignerに関連付けられているヘッダーとフッターを描画します。

protected:
 override void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
protected override void OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Protected Overrides Sub OnPaint (e As ActivityDesignerPaintEventArgs)

パラメーター

e
ActivityDesignerPaintEventArgs

イベント データを含む ActivityDesignerPaintEventArgs

例外

e には、null 参照 (Visual Basic では Nothing) が含まれています。

注釈

OnPaint は、ヘッダーとフッターに含めるテキストを適切なテーマ設定で描画します。 また、ヘッダーとフッターに含める画像も描画します。

メモ 派生クラスの OnPaint をオーバーライドする場合は、登録されているデリゲートがイベントを受け取るように、基底クラスの OnPaint メソッドを必ず呼び出してください。

適用対象