Inherits WControl.
List of all members.
Public Member Functions |
| WCombo (HWND parent, int id, int cx, int cy, int width, int height, int textLimit=0) |
| WCombo (HWND parentdlg, int id, int textLimit=0, bool subclass=false) |
void | LimitText (int len) |
int | SetEditSel (int start, int end) |
int | SetSelString (const char *lpszSelect, int indexStart) |
void | SetText (const char *str) |
int | ClearList () |
int | InsertString (char *str, int index=-1) |
int | GetText (char *lpString, int nMaxCount=-1) |
int | FindString (char *lpszFind, int index=-1) |
int | FindStringExact (char *lpszFind, int index=-1) |
int | GetString (char *lpszBuffer, int index) |
int | GetSelIndex () |
int | SetSelIndex (int index) |
int | DeleteString (int index) |
int | GetCount () |
int | GetItemHeight (int index) |
int | GetTopIndex () |
int | ShowList () |
int | HideList () |
int | AddString (char *str) |
DWORD | GetItemData (int index) |
Public Attributes |
int | MaxLen |
The documentation for this class was generated from the following files: