The idea behind idcmp_menuverify is to synchronize the program with Intuition's menu handling sessions. The motive was to allow a program to arbitrate access to a custom screen's bitmap, so that Intuition would not render menus before the application was prepared for them. Some programs use idcmp_menuverify to permit them to intercept the right mouse button for their own purposes. Other programs use it to delay menu operations while they recover from unusual events such as illegible colors of the screen or double buffering and related viewport operations. Menu shortcut keystrokes, for compatibility, also respect idcmp_menuverify. they are always paired with an idcmp_menupick message so that the program knows the menu operation is over. This is true even if the menu event is cancelled.