Dear All,
I have a requirement that when i will click on File menu, Then only Help action will come disable, as attached in the screenshot.
I am new to WDK.
So i do not know much.
I tried to do the following changes inside the menubar_component.xml, as following.
<!-- Change ABCD -->
<menuitem name="file_help" nlsid="MSG_HELP" onclick="onClickHelp" hotkeyid="HOTKEY_HELP" runatclient="false" showifdisabled="false" />
<actionmenuitem name="file_about" nlsid="MSG_ABOUT" action="about" showifinvalid="false" />
<menuseparator name="file_sep7" />
<actionmenuitem name="file_logout" nlsid="MSG_LOGOUT" action="logout" hotkeyid="HOTKEY_LOGOUT" showifinvalid="true" />