| 50 | } |
| 51 | |
| 52 | void CQuickFindDlg::OnFinalMessage(HWND) { |
| 53 | m_QuickFind->WindowClosed(); |
| 54 | delete this; |
| 55 | } |
| 56 | |
| 57 | bool CQuickFindDlg::IsChecked(UINT id) const { |
| 58 | return IsDlgButtonChecked(id) == BST_CHECKED; |
nothing calls this directly
no test coverage detected