Gets or sets a value indicating if the presentation's slides automatically advance.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool AutomaticSlideAdvance { get; set; }
Visual Basic (Declaration)
Public Property AutomaticSlideAdvance As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the slides automatically advance when in presentation mode, otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

When the presentation's PresentationMode is Presenting, the slides are advanced by the user when they press the space bar, or the next slide button on the presentation toolbar. By setting AutomaticSlideAdvance to trueTruetruetrue (True in Visual Basic), the slides will automatically advance after pausing for a specified period of time defined for each slide using the AdvanceInterval property.

Note that if trueTruetruetrue (True in Visual Basic), when the presentation is started, the slides will automatically cycle through the range until the user cancels the presentation (for example by pressing the Escape key).

See Also