Controlling Menu Bar Accessability
Q: How to enable/disable menu bar in workspace?
Is there any way to enable/disable menu bar in the workspace programmatically?
A: You can selectively enable / disable specific menus.
Use the following code to disable the entire menu bar.
You can also selectively display or hide each menu
( replace the setEnabled() with setVisible() )
Hi,
Really great.
Is there any link saying the basics concept of CRM