WindowsFormsHost.WndProc(IntPtr, Int32, IntPtr, IntPtr, 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.
En cas d'implémentation dans une classe dérivée, accède au processus de fenêtre de la fenêtre enfant hébergée.
protected:
override IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool % handled);
protected override IntPtr WndProc (IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled);
override this.WndProc : nativeint * int * nativeint * nativeint * bool -> nativeint
Protected Overrides Function WndProc (hwnd As IntPtr, msg As Integer, wParam As IntPtr, lParam As IntPtr, ByRef handled As Boolean) As IntPtr
Paramètres
- hwnd
-
IntPtr
nativeint
Handle de fenêtre de la fenêtre hébergée.
- msg
- Int32
Message sur lequel agir.
- wParam
-
IntPtr
nativeint
Informations qui peuvent être pertinentes pour la gestion du message. Sert généralement à stocker des informations de petite taille, comme les indicateurs.
- lParam
-
IntPtr
nativeint
Informations qui peuvent être pertinentes pour la gestion du message. Généralement utilisées pour référencer un objet.
- handled
- Boolean
Informations indiquant si les événements obtenus doivent être marqués comme gérés.
Retours
-
IntPtr
nativeint
Handle de fenêtre de la fenêtre enfant.