CListBox::CListBox

CListBox( );

说明:
分两步构造一个CListBox对象。首先调用构造函数CListBox,再调用Create,初始化Windows列表框并将其附加给CListBox。

请参阅:CListBox::Create