A String type property. Represents the prompt for an object from the Applies to list.
Applies to: Action object, CustomProp object, Menu object, MenuItem object
[[Let] promptRet =] object.Prompt [Let] object.Prompt = promptSet |
The Prompt property syntax has these parts:
Part | Description |
object | Required. An expression that returns an object in the Applies to list. |
promptRet | Optional. A String type variable. |
promptSet | Required. An expression that returns a String value. |
For the Menu and MenuItem objects the Prompt property specifies the prompt that appears when you position the pointer over the menu or the menu item.
Dim s as Shape, MyAction as Action ' Assume there is a shape with ID 1 on the active page. ' Assume the shape contains at least one action s = thisDoc.ActivePage.ShapeByID(1) |
See Also |
Desc property, Name property, Title property |