CListBox::CListBox
CListBox オブジェクトを構築します。
CListBox( );
解説
CListBox オブジェクトは、次の手順で構築します。最初に、Windows のリスト ボックスを初期化し、CListBoxにアタッチするコンストラクターを呼び出し、次に **ClistBox[作成]**を呼び出します。
使用例
// Declare a local CListBox object.
CListBox myListBox;
// Declare a dynamic CListBox object.
CListBox* pmyListBox = new CListBox;
必要条件
ヘッダー: afxwin.h