次の方法で共有


CBitmapButton::CBitmapButton

CBitmapButton オブジェクトを作成します。

CBitmapButton( );

解説

C++ CBitmapButton のオブジェクト CButton::Create を呼び出し、Windows のボタン コントロールを作成し、CBitmapButton のオブジェクトにアタッチするために作成した後。

使用例

// Declare a bitmap button object on the stack.
CBitmapButton myButton;

// Declare a bitmap button object on the heap.
CBitmapButton* pmyButton = new CBitmapButton;

必要条件

ヘッダー: afxext.h

参照

関連項目

CBitmapButton クラス

階層図

CBitmapButton::LoadBitmaps

CBitmapButton::AutoLoad

CBitmapButton::SizeToContent

CButton::Create