[MSPAINT] Add CMainWindow::CanPaste

CORE-18867
This commit is contained in:
Katayama Hirofumi MZ 2023-06-19 18:59:00 +09:00
parent 19d8862851
commit bc19bbe408
2 changed files with 12 additions and 5 deletions

View file

@ -37,6 +37,7 @@ public:
VOID TrackPopupMenu(POINT ptScreen, INT iSubMenu);
BOOL CanUndo() const;
BOOL CanRedo() const;
BOOL CanPaste() const;
private:
HMENU m_hMenu;