次の方法で共有


CWinFormsControl::GetControlHandle

更新 : 2007 年 11 月

Windows フォーム コントロールへのハンドルを取得します。

inline HWND GetControlHandle( ) const;

戻り値

Windows フォーム コントロールへのハンドルを返します。

解説

GetControlHandle は、.NET Framework コントロールのプロパティに格納されているウィンドウ ハンドルを返すヘルパー メソッドです。ウィンドウ ハンドルの値は、CWnd::Attach の呼び出し中に CWnd::m_hWnd にコピーされます。

必要条件

ヘッダー : afxwinforms.h

参照

参照

CWinFormsControl クラス

CWinFormsControl::GetControl

CWinFormsControl::CreateManagedControl

その他の技術情報

CWinFormsControl Members