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

참고 항목

참조

CBitmapButton 클래스

계층 구조 차트

CBitmapButton::LoadBitmaps

CBitmapButton::AutoLoad

CBitmapButton::SizeToContent

CButton::Create