Properties
The ActionItem
object provides the following properties.
enable
Enables or disables the ActionItem
object.
Syntax
enable
Example
// Disable an action item. myActionItem.enable = false;
Type
Boolean
Read/Write
Read+Write
Remarks
Set this property to true
to enable the ActionItem
object. To disable it, set this property to false
.
Platform Availability
iOS