Should showIf work with toolStripMenuButtons? If not what is the reccomended way to not show an item based on security level?
In the example showcase I made the following change:
isc.ToolStripMenuButton.create({
ID: "menuButton",
title: "File",
menu: menu,
showIf:"return false"
});
It causes text to overlap on the menu strip.
Any help is appreciated.
In the example showcase I made the following change:
isc.ToolStripMenuButton.create({
ID: "menuButton",
title: "File",
menu: menu,
showIf:"return false"
});
It causes text to overlap on the menu strip.
Any help is appreciated.
Comment