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