ActionSetting Object Members
PowerPoint Developer Reference |
Contains information about how the specified shape or text range reacts to mouse actions during a slide show.
Properties
Name | Description | |
---|---|---|
Action | Returns or sets the type of action that will occur when the specified shape is clicked or the mouse pointer is positioned over the shape during a slide show. Read/write Long. | |
ActionVerb | Returns or sets a string that contains the OLE verb that will be run when the user clicks the specified shape or passes the mouse pointer over it during a slide show. The Action property must be set to ppActionOLEVerb first for this property to affect the slide show action. Read/write String. | |
AnimateAction | MsoTrue if the color of the specified shape is momentarily inverted when the specified mouse action occurs. Read/write MsoTriState. | |
Application | Returns an Application object that represents the creator of the specified object. | |
Hyperlink | Returns a Hyperlink object that represents the hyperlink for the specified shape. For the hyperlink to be active during a slide show, the Action property must be set to ppActionHyperlink. Read-only. | |
Parent | Returns the parent object for the specified object. | |
Run | Returns or sets the name of the presentation or macro to be run when the specified shape is clicked or the mouse pointer passes over the shape during a slide show. The Action property must be set to ppActionRunMacro or ppActionRunProgram for this property to affect the slide show action. Read/write String. | |
ShowAndReturn | Determines if and under which circumstances MicrosoftPowerPoint returns to the initiating slide show. Read/write MsoTriState . | |
SlideShowName | Returns or sets the name of the custom slide show to run in response to a mouse action on the shape during a slide show (ActionSetting object), returns or sets the name of the custom slide show to print (PrintOptions object), or returns or sets the name of the custom slide show published as a web presentation (PublishObject object). Read/write String. | |
SoundEffect | Returns a SoundEffect object that represents the sound to be played during the transition to the specified slide. |