HwndSourceParameters.HwndSourceHook Propriété

Définition

Obtient ou définit le hook 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é

Crochet de message pour la fenêtre.

Remarques

Ce hook de message est activé avant CreateWindow d’être appelé afin qu’il reçoive tous les messages de création de fenêtre.

S’applique à

Voir aussi