ArcFM Desktop Developer Guide
IsContinuous Property


Gets or sets a value that indicates if Slideshow will treat the items in the list as a continuous loop.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property IsContinuous As Boolean
'Usage
 
Dim instance As Slideshow
Dim value As Boolean
 
instance.IsContinuous = value
 
value = instance.IsContinuous
[DefaultValue(true)]
public bool IsContinuous {get; set;}

Property Value

true if Slideshow if Slideshow will treat the items in the list as a continuous loop; otherwise false. The default is true.
Remarks
When this property is set to true (the default) and the last item in the list is displayed, Slideshow will transition to the first item in the list. Similarly, if the first item is displayed and a request is made to display the previous item, Slideshow will automatically transition to the last item in the list.
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