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