A String value. Gets or sets a menu item name.
Applies to objects: Action
[Let] RetVal = object.Menu [Let] object.Menu = SetVal |
The Menu property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A String value that specifies the name of a menu item. |
SetVal | A String value that specifies the name of a menu item. |
This example demonstrates using the Menu property.
Dim s as Shape, MyAction as Action ' Assume Shape with ID 1 exists on the active page. ' Assume the Shape contains at least one Action s = thisDoc.ActivePage.ShapeByID(1) |
See Also |
Action Object, Shape Object, SetPropertyFormula Method, ActionsNum Method, AddAction Method, Action Method, RemoveAction Method |