CFont mFont
underline font for text control
CString mLinkText
URL/filename for non-text controls (e.g., icon, bitmap)
CStaticLink()
Constructor.
COLORREF mVisitedColor
color for visited
COLORREF mUnvisitedColor
color for unvisited
afx_msg void OnClicked()
Handle mouse click; open the link.
afx_msg HBRUSH CtlColor(CDC *aDC, UINT aCtlColor)
Handle reflected WM_CTLCOLOR to set custom control color.
BOOL mIsVisited
whether visited or not
Static hyperlink control.