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

適用於