CCheckListBox::CCheckListBox
Erstellt ein CCheckListBox-Objekt.
CCheckListBox( );
Hinweise
Sie erstellen ein CCheckListBox-Objekt in zwei Schritten. Zuerst definieren Sie eine Klasse, die von CCheckListBox abgeleitet ist, und rufen Sie dann Create auf, die das Windows-Kontrolllistenfeld initialisiert und auf CCheckListBox-Objekt angefügt werden.
Beispiel
CCheckListBox myCheckListBox;
myCheckListBox.Create(LBS_HASSTRINGS | LBS_OWNERDRAWFIXED,
CRect(10, 10, 100, 100), this, IDC_MYCHECKLISTBOX);
Anforderungen
Header: afxwin.h