IWindowTarget.OnHandleChange(IntPtr) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta l'handle dell'oggetto IWindowTarget sull'handle specificato.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
void OnHandleChange(IntPtr newHandle);
public void OnHandleChange (IntPtr newHandle);
abstract member OnHandleChange : nativeint -> unit
Public Sub OnHandleChange (newHandle As IntPtr)
Parametri
- newHandle
-
IntPtr
nativeint
Nuovo handle dell'oggetto IWindowTarget.
Commenti
Il OnHandleChange metodo viene chiamato quando l'handle della finestra del controllo è cambiato.