PlayMode

Gets and sets an enum that determines how the presentation advances from one step to the next. The following are the possible values:

§   PPM_AUTOMATIC = 0
Advance from one step to the next automatically, after the set wait time. Steps whose AdvancedType parameter (for advancing to the next step) is set to PSC_MOUSECLICK are treated as PSC_WAIT with WaitTime = 3.

§   PPM_MANUAL = 1
Advance all steps according to the set Continue property.

§    

JavaScript

 

PlayMode

 

C#

 

PresentationPlayMode PlayMode { get; set; }

 

C++

 

HRESULT PlayMode([out, retval] PresentationPlayMode* pVal)

HRESULT PlayMode([in] PresentationPlayMode pVal)