Share via


Hyperlink.ShowAndReturn Property

PowerPoint Developer Reference

Determines if and under what circumstances Microsoft Office PowerPoint returns to the initiating slide show. Read/write.

Syntax

expression.ShowAndReturn

expression   A variable that represents a Hyperlink object.

Return Value
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