次の方法で共有


CBitmapButton::CBitmapButton

更新 : 2007 年 11 月

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

その他の技術情報

CBitmapButton のメンバ