ShowToolbarOnly method
ShowToolbarOnly(Enable)
ShowToolbarOnly
The ShowToolbarOnly(showOnly) method allows an application to hide the menu bar leaving just the toolbar visible.
Note: This method only functions on Windows CE based devices. It can free up valuable display real estate on small screen devices. It has no effect on Pocket PC as the menu takes no additional space on these devices.
REM Hide the menu bar Forms.ShowToolbarOnly(TRUE)