SequentialWorkflowHeaderFooter.OnPaint(ActivityDesignerPaintEventArgs) 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.
Dessine l'en-tête ou le pied de page associé au concepteur racine de workflow sur l'aire de conception.
public:
virtual void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
public virtual void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
abstract member OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Public Overridable Sub OnPaint (e As ActivityDesignerPaintEventArgs)
Paramètres
ActivityDesignerPaintEventArgs qui contient les données d’événement.
Exceptions
e
contient une référence Null (Nothing
en Visual Basic).