Gets and sets an enum that determines how the presentation advances to the next step. The following are its possible values:
§ PSC_MOUSECLICK = 0
On Mouse click.
§ PSC_WAIT = 1
Automatically after the preset wait time.
JavaScript |
|
Continue |
C# |
|
PresentationStepContinue Continue { get; set; } |
C++ |
|
HRESULT Continue([out, retval] PresentationStepContinue* pVal) HRESULT Continue([in] PresentationStepContinue pVal) |