次の方法で共有


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 受け取るように、基底クラスのメソッドを必ず呼び出してください。

適用対象