ComponentGlyph.Paint(PaintEventArgs) 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.
Fournit une logique de peinture.
public:
override void Paint(System::Windows::Forms::PaintEventArgs ^ pe);
public override void Paint (System.Windows.Forms.PaintEventArgs pe);
override this.Paint : System.Windows.Forms.PaintEventArgs -> unit
Public Overrides Sub Paint (pe As PaintEventArgs)
Paramètres
PaintEventArgs contenant le AdornerWindowGraphics du BehaviorService.
Remarques
L'implémentation par défaut n'exécute aucune opération.