Home > All Other Interfaces > IPresentation > PlayMode

PlayMode

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.

§   PPM_MANUAL = 1
Advance all steps whose Continue property is set to PSC_MOUSECLICK by clicking Next.

 

JavaScript

 

PlayMode

 

C#

 

PresentationPlayMode PlayMode { get; set; }

 

C++

 

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

HRESULT PlayMode([in] PresentationPlayMode pVal)