Page 1 of 1

Disable menuitem

PostPosted: Wed Jul 14, 2010 12:37 pm
by IBTC
Code: Select all  Expand view
MENUITEM [ <oMenuItem> PROMPT ] <cPrompt> ;  
 [ ACTION <uAction> ] ;  
 [ ACCELERATOR <cKey> ] ;  
 [ WHEN <uWhen> ]


Is it possible to have this? So we can use in FiveMac also:

<uWhen> An expression to be bloquified and evaluated to check if a menuitem should be enabled or disabled.

Thanks.