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

Method TrackPopupMenu

WinArk/MainFrame.cpp:566–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566UINT CMainFrame::TrackPopupMenu(CMenuHandle menu, int x, int y) {
567 return (UINT)m_CmdBar.TrackPopupMenu(menu, TPM_LEFTALIGN | TPM_RIGHTBUTTON, x, y);
568}
569
570void CMainFrame::SetStartKey(const CString& key) {
571 // m_RegView.SetStartKey(key);

Callers 1

OnRightClickListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected