SequentialWorkflowHeaderFooter.OnPaint(ActivityDesignerPaintEventArgs) Method

Definition

Draws the header or footer associated with the workflow root designer on the design surface.

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)

Parameters

Exceptions

e contains a null reference (Nothing in Visual Basic).

Applies to