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 Continue property 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 |
|
|
C# |
|
|
C++ |
|
|