Поделиться через


CCheckListBox::CCheckListBox

Constructs a CCheckListBox object.

CCheckListBox( );

Заметки

You construct a CCheckListBox object in two steps. First define a class derived from CCheckListBox, then call Create, which initializes the Windows checklist box and attaches it to the CCheckListBox object.

Пример

CCheckListBox myCheckListBox;
myCheckListBox.Create(LBS_HASSTRINGS | LBS_OWNERDRAWFIXED, 
   CRect(10, 10, 100, 100), this, IDC_MYCHECKLISTBOX);

Требования

Header: afxwin.h

См. также

Основные понятия

CCheckListBox Class

CCheckListBox Members

Hierarchy Chart

CCheckListBox::Create