ConnectionPoint.OnPaint(ActivityDesignerPaintEventArgs, Boolean) 方法

定义

执行在活动设计器图面上呈现 ConnectionPoint 所需的所有任务。

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)

参数

drawHighlighted
Boolean

true 则绘制突出显示的连接点;否则为 false

适用于