ConnectionPoint.OnPaint(ActivityDesignerPaintEventArgs, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute toutes les tâches requises pour restituer le ConnectionPoint sur l'aire du concepteur d'activité.
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)
Paramètres
Objet ActivityDesignerPaintEventArgs qui contient les données.
- drawHighlighted
- Boolean
true
pour dessiner un point de connexion en surbrillance ; sinon, false
.