|
SmartMenuXP
Reference
Returns or sets a value that determines whether a menu item can respond to
user-generated events.
Syntax
object.Enabled(menuID) [= boolean]
The Enabled property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartMenuList object. |
| menuID |
A numeric expression that evaluates to a menu item. |
| boolean |
A boolean expression that specifies whether object
can respond to user-generated events. |
|