CToolTipCtrlX::CToolTipCtrlX() { m_bCol1Bold = true; ResetSystemMetrics(); m_dwCol1DrawTextFlags = DFLT_DRAWTEXT_FLAGS | DT_LEFT; m_dwCol2DrawTextFlags = DFLT_DRAWTEXT_FLAGS | DT_LEFT; }
CToolTipCtrlX::CToolTipCtrlX() { memset(&m_lfNormal, 0, sizeof(m_lfNormal)); m_bCol1Bold = true; m_bShowFileIcon = false; ResetSystemMetrics(); m_dwCol1DrawTextFlags = DT_LEFT | DFLT_DRAWTEXT_FLAGS; m_dwCol2DrawTextFlags = DT_LEFT | DFLT_DRAWTEXT_FLAGS; }
void CToolTipCtrlX::OnSettingChange(UINT uFlags, LPCTSTR lpszSection) { ResetSystemMetrics(); CToolTipCtrl::OnSettingChange(uFlags, lpszSection); }
void CToolTipCtrlX::OnSysColorChange() { ResetSystemMetrics(); CToolTipCtrl::OnSysColorChange(); }
void CToolTipCtrlX::OnNMThemeChanged(NMHDR* /*pNMHDR*/, LRESULT* pResult) { ResetSystemMetrics(); *pResult = 0; }