ArcFM Engine Developer Guide
TransitionPrevious Method


Causes the Slideshow to transition to the previous item.
Syntax
'Declaration
 
Public Sub TransitionPrevious() 
'Usage
 
Dim instance As Slideshow
 
instance.TransitionPrevious()
public void TransitionPrevious()
Remarks
This item always transitions to the logical previous item in the list, regardless of the value of the Shuffle property. However, this method will wrap around from the first logical item to the last logical item if the IsContinuous property is set to true (default).
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