|
| CComboBoxExT (HWND hWnd=NULL) |
|
CComboBoxExT< TBase > & | operator= (HWND hWnd) |
|
HWND | Create (HWND hWndParent, ATL::_U_RECT rect=NULL, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, ATL::_U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL) |
|
CImageList | GetImageList () const |
|
CImageList | SetImageList (HIMAGELIST hImageList) |
|
int | InsertItem (const COMBOBOXEXITEM *lpcCBItem) |
|
int | InsertItem (UINT nMask, int nIndex, LPCTSTR lpszItem, int nImage, int nSelImage, int iIndent, int iOverlay, LPARAM lParam) |
|
int | InsertItem (int nIndex, LPCTSTR lpszItem, int nImage, int nSelImage, int iIndent, LPARAM lParam=0) |
|
int | AddItem (UINT nMask, LPCTSTR lpszItem, int nImage, int nSelImage, int iIndent, int iOverlay, LPARAM lParam) |
|
int | AddItem (LPCTSTR lpszItem, int nImage, int nSelImage, int iIndent, LPARAM lParam=0) |
|
int | DeleteItem (int nIndex) |
|
BOOL | GetItem (PCOMBOBOXEXITEM pCBItem) const |
|
BOOL | SetItem (const COMBOBOXEXITEM *lpcCBItem) |
|
int | SetItem (int nIndex, UINT nMask, LPCTSTR lpszItem, int nImage, int nSelImage, int iIndent, int iOverlay, LPARAM lParam) |
|
BOOL | GetItemText (int nIndex, LPTSTR lpszItem, int nLen) const |
|
BOOL | GetItemText (int nIndex, BSTR &bstrText) const |
|
BOOL | SetItemText (int nIndex, LPCTSTR lpszItem) |
|
CComboBox | GetComboCtrl () const |
|
CEdit | GetEditCtrl () const |
|
BOOL | HasEditChanged () const |
|
int | AddString (LPCTSTR) |
|
int | InsertString (int, LPCTSTR) |
|
int | Dir (UINT, LPCTSTR) |
|
int | FindString (int, LPCTSTR) const |
|
| CComboBoxT (HWND hWnd=NULL) |
|
CComboBoxT< TBase > & | operator= (HWND hWnd) |
|
HWND | Create (HWND hWndParent, ATL::_U_RECT rect=NULL, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, ATL::_U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL) |
|
int | GetCount () const |
|
int | GetCurSel () const |
|
int | SetCurSel (int nSelect) |
|
LCID | GetLocale () const |
|
LCID | SetLocale (LCID nNewLocale) |
|
int | GetTopIndex () const |
|
int | SetTopIndex (int nIndex) |
|
UINT | GetHorizontalExtent () const |
|
void | SetHorizontalExtent (UINT nExtent) |
|
int | GetDroppedWidth () const |
|
int | SetDroppedWidth (UINT nWidth) |
|
DWORD | GetEditSel () const |
|
BOOL | SetEditSel (int nStartChar, int nEndChar) |
|
DWORD_PTR | GetItemData (int nIndex) const |
|
int | SetItemData (int nIndex, DWORD_PTR dwItemData) |
|
void * | GetItemDataPtr (int nIndex) const |
|
int | SetItemDataPtr (int nIndex, void *pData) |
|
int | GetLBText (int nIndex, LPTSTR lpszText) const |
|
BOOL | GetLBTextBSTR (int nIndex, BSTR &bstrText) const |
|
int | GetLBTextLen (int nIndex) const |
|
int | GetItemHeight (int nIndex) const |
|
int | SetItemHeight (int nIndex, UINT cyItemHeight) |
|
BOOL | GetExtendedUI () const |
|
int | SetExtendedUI (BOOL bExtended=TRUE) |
|
void | GetDroppedControlRect (LPRECT lprect) const |
|
BOOL | GetDroppedState () const |
|
int | InitStorage (int nItems, UINT nBytes) |
|
void | ResetContent () |
|
BOOL | LimitText (int nMaxChars) |
|
void | ShowDropDown (BOOL bShowIt=TRUE) |
|
int | AddString (LPCTSTR lpszString) |
|
int | DeleteString (UINT nIndex) |
|
int | InsertString (int nIndex, LPCTSTR lpszString) |
|
int | Dir (UINT attr, LPCTSTR lpszWildCard) |
|
int | FindString (int nStartAfter, LPCTSTR lpszString) const |
|
int | FindStringExact (int nIndexStart, LPCTSTR lpszFind) const |
|
int | SelectString (int nStartAfter, LPCTSTR lpszString) |
|
void | Clear () |
|
void | Copy () |
|
void | Cut () |
|
void | Paste () |
|