SlideShowView.AdvanceMode Property
Returns a value that indicates how the slide show in the specified view advances. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property AdvanceMode As PpSlideShowAdvanceMode
Get
'Usage
Dim instance As SlideShowView
Dim value As PpSlideShowAdvanceMode
value = instance.AdvanceMode
PpSlideShowAdvanceMode AdvanceMode { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.PpSlideShowAdvanceMode
Remarks
The value returned by the AdvanceMode property can be one of these PpSlideShowAdvanceMode constants.
ppSlideShowManualAdvance |
ppSlideShowRehearseNewTimings |
ppSlideShowUseSlideTimings |