| 560 | } |
| 561 | |
| 562 | bool CMainFrame::CanPaste() const { |
| 563 | return false; |
| 564 | } |
| 565 | |
| 566 | UINT CMainFrame::TrackPopupMenu(CMenuHandle menu, int x, int y) { |
| 567 | return (UINT)m_CmdBar.TrackPopupMenu(menu, TPM_LEFTALIGN | TPM_RIGHTBUTTON, x, y); |
nothing calls this directly
no outgoing calls
no test coverage detected