Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if and under what circumstances Microsoft PowerPoint returns to the initiating slide show. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ShowAndReturn As MsoTriState
Get
Set
'Usage
Dim instance As ActionSetting
Dim value As MsoTriState
value = instance.ShowAndReturn
instance.ShowAndReturn = value
MsoTriState ShowAndReturn { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the ShowAndReturn property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
Default. PowerPoint doesn't return to the initiating slide show from the deactivated custom slide show. |
|
PowerPoint returns to the initiating slide show from a deactivated custom slide show that was activated by using the ActionSetting object of the initiating presentation. |