Version

UltraCarouselAction Enumeration

Enumeration which contains constants that identify the actions that can be performed on the UltraCarousel control.
Syntax
'Declaration
 
Public Enum UltraCarouselAction 
   Inherits System.Enum
public enum UltraCarouselAction : System.Enum 
Members
MemberDescription
ActivateFirstItemActivates the first item.
ActivateFirstVisibleItemActivates the first visible item.
ActivateLastItemActivates the last item.
ActivateLastVisibleItemActivates the last visible item.
ActivateNextItemActivates the next visible item.
ActivatePreviousItemActivates the previous visible item.
AutoRotateBackwardRotates the carousel backward until stopped or it reaches beginning (when ItemWrapping is off).
AutoRotateForwardRotates the carousel forward until stopped or it reaches end (when ItemWrapping is off).
ClickActiveItemClicks the currently active item.
ScrollBackwardItemScrolls the items the distance of one itemslot along the path in a backward direction.
ScrollBackwardPageScrolls the items the distance of one page along the path in a backward direction.
ScrollBackwardPageActivateItemScrolls the items the distance of one page along the path in a backward direction and activates the item in the same items slot as the current active item.
ScrollForwardItemScrolls the items the distance of one itemslot along the path in a forward direction.
ScrollForwardPageScrolls the items the distance of one page along the path in a forward direction.
ScrollForwardPageActivateItemScrolls the items the distance of one page along the path in a forward direction and activates the item in the same items slot as the current active item.
ScrollToBeginningScrolls the items to the beginning of the path.
ScrollToEndScrolls the items to the end of the path.
StopScrollingStops any current scrolling actions.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also