Determines whether the specified M-Business Client menu item is enabled or disabled.
On the menu items listed below, M-Business Client will override any changes in the menu item's enabled status that conflict with the device state. This will happen the first time that the user displays the menu containing that menu item, so the user will never see the conflicting setting.
Back
Copy
Cut
Forward
Full screen
Paste
Select all
Sync
Work Offline
Work Online
PODSMenuItem
attribute PODSBoolean enabled;
menuitem.enabled
menuitem.enabled = bool
PODSBoolean PODSgetEnabled(PODSMenuItem* menuitem);
void PODSsetEnabled(PODSMenuItem* menuitem, PODSBoolean bool);
menuitem The PODSMenuItem
object.
bool A boolean value: PODS_TRUE
to enable the menu item; PODS_FALSE
to disable it.
PODS_TRUE
if the menu item is enabled; PODS_FALSE
otherwise.
Setter: None
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |