| 1705 | |
| 1706 | |
| 1707 | BOOL CMountPropertyPage::PreTranslateMessage(MSG* pMsg) |
| 1708 | { |
| 1709 | // TODO: Add your specialized code here and/or call the base class |
| 1710 | |
| 1711 | |
| 1712 | |
| 1713 | CWnd *pSavePass = GetDlgItem(IDC_SAVE_PASSWORD); |
| 1714 | |
| 1715 | if (pSavePass && !pSavePass->IsWindowEnabled()) { |
| 1716 | |
| 1717 | CMountPropertyPage::HandleTooltipsActivation(pMsg, this, &pSavePass, 1, &m_ToolTip); |
| 1718 | |
| 1719 | } else { |
| 1720 | m_ToolTip.RelayEvent(pMsg); |
| 1721 | } |
| 1722 | |
| 1723 | return CCryptPropertyPage::PreTranslateMessage(pMsg); |
| 1724 | } |
| 1725 | |
| 1726 | |
| 1727 | void CMountPropertyPage::OnContextMenu(CWnd* pWnd, CPoint point) |
nothing calls this directly
no outgoing calls
no test coverage detected