次の方法で共有


CWinFormsDialog::GetControlHandle

Windows フォーム ユーザー コントロールにウィンドウ ハンドルを取得します。

inline HWND GetControlHandle( ) const throw( );

説明

このメソッドは、指定されたマネージ オブジェクトの一連のキャスト (など) ではなく UserControl のコントロールのウィンドウ ハンドル (HWND) を取得するための便利な方法として:

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

戻り値

Windows フォーム ユーザー コントロールにウィンドウ ハンドルを返します。

必要条件

ヘッダー: afxwinforms.h

参照

関連項目

CWinFormsDialog クラス

CWinFormsDialog::GetControl

System.Windows.Forms.UserControl