#include “BiAnno.h”
void CALLBACK AnnoDeleteCustomMenu( LPVOID pMenu )
Description
This function deletes the user defined pop-up menu.
Parameters
|
LPVOID |
pMenu |
Pointer to the menu. |
Return value
None
Programming Notes
If you delete the custom menu, the default pop-up menu will be displayed when you click the right mouse button. The custom pop-up menu can be created by the AnnoCreateCustomMenu function.
Code Example
None