Partager via


CCheckListBox::CCheckListBox

Construit un objet CCheckListBox.

CCheckListBox( );

Notes

Vous construisez un objet d' CCheckListBox en deux étapes. Tout d'abord définir une classe dérivée d' CCheckListBox, puis appelez Créer, qui initialise la zone de liste de vérification windows et l'attache à l'objet d' CCheckListBox .

Exemple

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

Configuration requise

Header: afxwin.h

Voir aussi

Référence

CCheckListBox, classe

Graphique de la hiérarchie

CCheckListBox::Create