Programming guideline of WinDom
- NAME
-
MenuDisable - Disable the desktop menu.
- PROTOTYPAGE
-
int MenuDisable( void);
- PARAMETERS
-
return: 0 if no error.
- DESCRIPTION
-
MenuDisable() disables the desktop menu: the user cannot
select items except the desktop accessories. This function is
used by FormWindBegin(), the file and font selectors.
- SEE ALSO
-
MenuEnable().