|
SmartMenuXP
Reference
Returns or sets a value that determines whether a menu item is visible.
Syntax
object.Visible(menuID) [= boolean]
The Visible 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 the menu item is
visible. |
|