CBitmapButton( );
Remarks
Creates a CBitmapButton object.
After creating the C++ CBitmapButton object, call CButton::Create to create the Windows button control and attach it to the CBitmapButton object.
Example
// Declare a bitmap button object on the stack.
CBitmapButton myButton;
// Declare a bitmap button object on the heap.
CBitmapButton* pmyButton = new CBitmapButton;
CBitmapButton Overview | Class Members | Hierarchy Chart
See Also CBitmapButton::LoadBitmaps, CBitmapButton::AutoLoad, CBitmapButton::SizeToContent, CButton::Create