LinkLabel.WndProc(Message) 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.
Traite le message Windows spécifié.
protected:
override void WndProc(System::Windows::Forms::Message % msg);
protected override void WndProc(ref System.Windows.Forms.Message msg);
override this.WndProc : Message -> unit
Protected Overrides Sub WndProc (ByRef msg As Message)
Paramètres
- msg
- Message
Message à traiter.