Disable Menu [message #227852] |
Thu, 29 March 2007 17:19 |
vamsik
Messages: 15 Registered: February 2007
|
Junior Member |
|
|
Hi Frds,
I have a menu likethis.
ONE TWO THREE FOUR
1 2 3 4
5 6 7 8
9 10 11 12
Now i want to disable second sub optiom(TWO)..so that i can stop all the following sub menu items too.as of now i am using following command to disable individual menu items.
Set_menu_item_property('TWO_MENU.2',ENABLED,PROPERTY_FALSE);
Set_menu_item_property('TWO_MENU.6',ENABLED,PROPERTY_FALSE);
Set_menu_item_property('TWO_MENU.10',ENABLED,PROPERTY_FALSE);
How cani stop "TWO" menu option directly with one command line?
Thanx in advance.
[Updated on: Fri, 30 March 2007 13:43] Report message to a moderator
|
|
|
|
|
|
|
|