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;
需求
Header: afxext.h