crashrpt2
Public Member Functions | Static Public Member Functions | List of all members
WTL::CComboBoxT< TBase > Class Template Reference
Inheritance diagram for WTL::CComboBoxT< TBase >:
WTL::CComboBoxExT< TBase >

Public Member Functions

 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 ()
 

Static Public Member Functions

static LPCTSTR GetWndClassName ()
 

The documentation for this class was generated from the following file: