SlideShowSettings.ShowType Property

Returns or sets the show type for the specified slide show. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property ShowType As PpSlideShowType
    Get
    Set
'Usage
Dim instance As SlideShowSettings
Dim value As PpSlideShowType

value = instance.ShowType

instance.ShowType = value
PpSlideShowType ShowType { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpSlideShowType

Remarks

The value of the ShowType property can be one of these PpSlideShowType constants.

ppShowTypeKiosk

ppShowTypeSpeaker

ppShowTypeWindow

See Also

Reference

SlideShowSettings Interface

SlideShowSettings Members

Microsoft.Office.Interop.PowerPoint Namespace