diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-BE6DC1F8-A847-49B5-A3BF-318D0D1E9D8A.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-BE6DC1F8-A847-49B5-A3BF-318D0D1E9D8A.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,27 @@ + + +
Description:
+Call the setDimmed
method to show or hide an existing
+menu item. By default, a menu item is shown when it is appended to the options
+menu.
For more general information on constructing an options menu, see Using softkeys.
+Syntax:
+[void] MenuItem.setDimmed(Boolean flag)+
Arguments:
+flag
:
true
to hide the menu item, and false
to
+show the menu item.
Return value:
+This method does not return a value.
+Example code:
+See the example code in the description of the MenuItem.onSelect
property.