MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CanPaste

Method CanPaste

WinArk/MainFrame.cpp:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562bool CMainFrame::CanPaste() const {
563 return false;
564}
565
566UINT CMainFrame::TrackPopupMenu(CMenuHandle menu, int x, int y) {
567 return (UINT)m_CmdBar.TrackPopupMenu(menu, TPM_LEFTALIGN | TPM_RIGHTBUTTON, x, y);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected