SlideShowSettings.AdvanceMode Property

Returns or sets a value that indicates how the slide show advances. Read/write.

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

Syntax

'Declaration
Property AdvanceMode As PpSlideShowAdvanceMode
    Get
    Set
'Usage
Dim instance As SlideShowSettings
Dim value As PpSlideShowAdvanceMode

value = instance.AdvanceMode

instance.AdvanceMode = value
PpSlideShowAdvanceMode AdvanceMode { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpSlideShowAdvanceMode

Remarks

The value of the AdvanceMode property can be one of these PpSlideShowAdvanceMode constants.

ppSlideShowManualAdvance

ppSlideShowRehearseNewTimings

ppSlideShowUseSlideTimings

See Also

Reference

SlideShowSettings Interface

SlideShowSettings Members

Microsoft.Office.Interop.PowerPoint Namespace