CWinFormsDialog::GetControlHandle

检索窗口句柄Windows窗体用户控件。

inline HWND GetControlHandle( ) const throw( );

说明

此方法提供作为一种简便方法获取一个窗口句柄(HWND) UserControl 控件的,而不是在托管对象的一系列转换,例如:

HWND hwnd = reinterpret_cast<HWND>(static_cast<INT_PTR>(GetControl()->Handle));

返回值

返回窗口句柄Windows窗体用户控件。

要求

Header: afxwinforms.h

请参见

参考

CWinFormsDialog选件类

CWinFormsDialog::GetControl

System.Windows.Forms.UserControl