次の方法で共有


SequentialWorkflowHeaderFooter.OnPaint(ActivityDesignerPaintEventArgs) メソッド

定義

ワークフロー ルート デザイナーに関連付けられたヘッダーまたはフッターを、デザイン サーフェイスに描画します。

public:
 virtual void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
public virtual void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
abstract member OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Public Overridable Sub OnPaint (e As ActivityDesignerPaintEventArgs)

パラメーター

e
ActivityDesignerPaintEventArgs

イベント データを格納している ActivityDesignerPaintEventArgs

例外

e に null 参照 (Visual Basic の場合は Nothing) が含まれています。

適用対象