CCommboBox::Create()関数 | |
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID ); | |
引数 | 説明 |
dwStyle | コンボボックスのスタイル |
rect | 表示位置とサイズ |
pParentWnd | 親コントロール |
nID | コンボボックスのID |
文字列の挿入関数 | |
int InsertString( int nIndex, LPCTSTR lpszString ); int AddString( LPCTSTR lpszString ); | |
引数 | 説明 |
nIndex | 挿入位置 |
lpszString | 挿入文字列 |