ConnectionPoint.OnPaint(ActivityDesignerPaintEventArgs, Boolean) Method

Definition

Performs all tasks required to render the ConnectionPoint on the activity designer surface.

public:
 void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e, bool drawHighlighted);
public void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e, bool drawHighlighted);
member this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs * bool -> unit
Public Sub OnPaint (e As ActivityDesignerPaintEventArgs, drawHighlighted As Boolean)

Parameters

drawHighlighted
Boolean

true to draw a highlighted connection point; otherwise, false.

Applies to