|
| CTabCtrlT (HWND hWnd=NULL) |
|
CTabCtrlT< 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 | GetItemCount () const |
|
BOOL | GetItem (int nItem, LPTCITEM pTabCtrlItem) const |
|
BOOL | SetItem (int nItem, LPTCITEM pTabCtrlItem) |
|
int | SetItem (int nItem, UINT mask, LPCTSTR lpszItem, DWORD dwState, DWORD dwStateMask, int iImage, LPARAM lParam) |
|
BOOL | GetItemRect (int nItem, LPRECT lpRect) const |
|
int | GetCurSel () const |
|
int | SetCurSel (int nItem) |
|
SIZE | SetItemSize (SIZE size) |
|
void | SetItemSize (int cx, int cy) |
|
void | SetPadding (SIZE size) |
|
int | GetRowCount () const |
|
CToolTipCtrl | GetToolTips () const |
|
CToolTipCtrl | GetTooltips () const |
|
void | SetToolTips (HWND hWndToolTip) |
|
void | SetTooltips (HWND hWndToolTip) |
|
int | GetCurFocus () const |
|
void | SetCurFocus (int nItem) |
|
BOOL | SetItemExtra (int cbExtra) |
|
int | SetMinTabWidth (int nWidth=-1) |
|
int | InsertItem (int nItem, LPTCITEM pTabCtrlItem) |
|
int | InsertItem (int nItem, UINT mask, LPCTSTR lpszItem, int iImage, LPARAM lParam) |
|
int | InsertItem (int nItem, LPCTSTR lpszItem) |
|
int | AddItem (LPTCITEM pTabCtrlItem) |
|
int | AddItem (UINT mask, LPCTSTR lpszItem, int iImage, LPARAM lParam) |
|
int | AddItem (LPCTSTR lpszItem) |
|
BOOL | DeleteItem (int nItem) |
|
BOOL | DeleteAllItems () |
|
void | AdjustRect (BOOL bLarger, LPRECT lpRect) |
|
void | RemoveImage (int nImage) |
|
int | HitTest (TC_HITTESTINFO *pHitTestInfo) const |
|
void | DeselectAll (BOOL bExcludeFocus=TRUE) |
|