CWinFormsControl::GetControlHandle

检索句柄Windows窗体控件。

inline HWND GetControlHandle( ) const;

返回值

返回的句柄Windows窗体控件。

备注

GetControlHandle 是返回在.NET Framework控件属性存储的窗口句柄的帮助器方法。 在对 CWnd::Attach,的调用期间窗口句柄值复制到 CWnd::m_hWnd

要求

Header: afxwinforms.h

请参见

参考

CWinFormsControl选件类

CWinFormsControl::GetControl

CWinFormsControl::CreateManagedControl