HwndSourceParameters.HwndSourceHook Propriété
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.
Obtient ou définit le raccordement de message pour la fenêtre.
public:
property System::Windows::Interop::HwndSourceHook ^ HwndSourceHook { System::Windows::Interop::HwndSourceHook ^ get(); void set(System::Windows::Interop::HwndSourceHook ^ value); };
public System.Windows.Interop.HwndSourceHook HwndSourceHook { get; set; }
member this.HwndSourceHook : System.Windows.Interop.HwndSourceHook with get, set
Public Property HwndSourceHook As HwndSourceHook
Valeur de propriété
Raccordement de message pour la fenêtre.
Remarques
Ce crochet de message est activé avant CreateWindow
d’être appelé afin qu’il reçoive tous les messages de création de fenêtre.