|
| CToolTipCtrlT (HWND hWnd=NULL) |
|
CToolTipCtrlT< 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) |
|
void | GetText (LPTOOLINFO lpToolInfo) const |
|
void | GetText (LPTSTR lpstrText, HWND hWnd, UINT_PTR nIDTool=0) const |
|
BOOL | GetToolInfo (LPTOOLINFO lpToolInfo) const |
|
BOOL | GetToolInfo (HWND hWnd, UINT_PTR nIDTool, UINT *puFlags, LPRECT lpRect, LPTSTR lpstrText) const |
|
void | SetToolInfo (LPTOOLINFO lpToolInfo) |
|
void | SetToolRect (LPTOOLINFO lpToolInfo) |
|
void | SetToolRect (HWND hWnd, UINT_PTR nIDTool, LPCRECT lpRect) |
|
int | GetToolCount () const |
|
int | GetDelayTime (DWORD dwType) const |
|
void | SetDelayTime (DWORD dwType, int nTime) |
|
void | GetMargin (LPRECT lpRect) const |
|
void | SetMargin (LPRECT lpRect) |
|
int | GetMaxTipWidth () const |
|
int | SetMaxTipWidth (int nWidth) |
|
COLORREF | GetTipBkColor () const |
|
void | SetTipBkColor (COLORREF clr) |
|
COLORREF | GetTipTextColor () const |
|
void | SetTipTextColor (COLORREF clr) |
|
BOOL | GetCurrentTool (LPTOOLINFO lpToolInfo) const |
|
void | Activate (BOOL bActivate) |
|
BOOL | AddTool (LPTOOLINFO lpToolInfo) |
|
BOOL | AddTool (HWND hWnd, ATL::_U_STRINGorID text=LPSTR_TEXTCALLBACK, LPCRECT lpRectTool=NULL, UINT_PTR nIDTool=0) |
|
void | DelTool (LPTOOLINFO lpToolInfo) |
|
void | DelTool (HWND hWnd, UINT_PTR nIDTool=0) |
|
BOOL | HitTest (LPTTHITTESTINFO lpHitTestInfo) const |
|
BOOL | HitTest (HWND hWnd, POINT pt, LPTOOLINFO lpToolInfo) const |
|
void | RelayEvent (LPMSG lpMsg) |
|
void | UpdateTipText (LPTOOLINFO lpToolInfo) |
|
void | UpdateTipText (ATL::_U_STRINGorID text, HWND hWnd, UINT_PTR nIDTool=0) |
|
BOOL | EnumTools (UINT_PTR nTool, LPTOOLINFO lpToolInfo) const |
|
void | Pop () |
|
void | TrackActivate (LPTOOLINFO lpToolInfo, BOOL bActivate) |
|
void | TrackActivate (HWND hWnd, UINT_PTR nIDTool, BOOL bActivate) |
|
void | TrackPosition (int xPos, int yPos) |
|