ArcFM Engine Developer Guide
AutoAdvance Property


Gets or sets a value that indicates if Slideshow will automatically advance to the next item. Slideshow advances to the next item.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property AutoAdvance As Boolean
'Usage
 
Dim instance As Slideshow
Dim value As Boolean
 
instance.AutoAdvance = value
 
value = instance.AutoAdvance
[DefaultValue(false)]
public bool AutoAdvance {get; set;}

Property Value

true if Slideshow will automatically advance to the next item; otherwise false.
Remarks
The amount of time that Slideshow will wait before advancing to the next item can be specified using the AutoAdvanceDuration property. This property defaults to false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Slideshow Class
Slideshow Members

 

 


Send Comment