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

適用対象