CWinFormsDialog::GetControlHandle
Recupera l'handle della finestra sul controllo utente Windows Form.
inline HWND GetControlHandle( ) const throw( );
Descrizione
Questo metodo viene fornito come comodo mezzo per ottenere un handle di finestra (HWND) per un controllo UserControl, invece di eseguire una serie di cast su un oggetto gestito, ad esempio:
HWND hwnd = reinterpret_cast<HWND>(static_cast<INT_PTR>(GetControl()->Handle));
Valore restituito
Restituisce l'handle della finestra sul controllo utente Windows Form.
Requisiti
Header: afxwinforms.h