Home > Software engineering >  Delete - right-click menu system
Delete - right-click menu system

Time:10-08

Output window docked state, the system can right-click menu block;
Output window floating state, system right-click menu screen???????

Do you have to know???????

Comparison method used:
GetDockingManager () - & gt; EnableDockSiteMenu (FALSE);
Then the output window. The CPP:
Void COutputWnd: : OnContextMenu (CWnd * pWnd, CPoint point)
{
}
Adds an empty function,
  • Related