Description
Displays a menu or option.
A MenuItem with script status functionality to automatically update the Checked fields.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
Header | The option name, as is appears in a menu. You can add an underscore, as for accelerator key. |
CommandParameter | The name of the script to run. |
Parameters | The parameters, if script requires them. |
Examples
<l:ShellMenuItem
Header="_Pages"
Tag="#1111.gif"
CommandParameter="AddPagesTabItem"/>
<l:ShellMenuItem
Header="Publish to Twitter"
CommandParameter="ExecuteWorkflowOnObjects"
Parameters="wf=publish&Pars=DestPath:/GNWeb/Twitter;prompt:false;promptMode:true;"
/>