Public Member Functions | |
CStaticLink (LPCTSTR lpText=NULL, BOOL bDeleteOnDestroy=FALSE) | |
~CStaticLink () | |
Public Attributes | |
CHyperlink | m_link |
COLORREF | m_color |
Static Public Attributes | |
static COLORREF | g_colorUnvisited = RGB(0,0,255) |
static COLORREF | g_colorVisited = RGB(128,0,128) |
static HCURSOR | g_hCursorLink = NULL |
Protected Member Functions | |
virtual void | PostNcDestroy () |
afx_msg LRESULT | OnNcHitTest (CPoint point) |
afx_msg HBRUSH | CtlColor (CDC *pDC, UINT nCtlColor) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
Protected Attributes | |
CFont | m_font |
BOOL | m_bDeleteOnDestroy |
Definition at line 45 of file StaticLink.h.