HwndSourceParameters.HwndSourceHook Proprietà

Definizione

Ottiene o imposta l'hook dei messaggi per la finestra.

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

Valore della proprietà

Hook dei messaggi per la finestra.

Commenti

Questo hook di messaggi è abilitato prima CreateWindow di essere chiamato in modo che riceva tutti i messaggi di creazione della finestra.

Si applica a

Vedi anche