|
SmartMenuXP
Reference
Returns the text displayed in the menu item. The text doesn't include the
symbol &.
Syntax
object.Text(menuID)
The Text 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. |
Remarks
The access keys are defined on the Caption property. The Text property
returns a string that corresponds to the Caption value but without containing
the symbol &.
|