Share via


Hyperlink.ShowAndReturn Property

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 Hyperlink
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

msoFalse

Default. PowerPoint doesn't return to the initiating slide show from the deactivated custom slide show

msoTrue

PowerPoint returns to the initiating slide show from a deactivated custom slide show that was activated by using the Hyperlink object of the initiating presentation.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.PowerPoint Namespace