Version

CarouselScrollButtonTypes Enumeration

Enumeration used to indicate which scroll buttons are displayed by the control.
Syntax
'Declaration
 
Public Enum CarouselScrollButtonTypes 
   Inherits System.Enum
public enum CarouselScrollButtonTypes : System.Enum 
Members
MemberDescription
FirstOrLastIndicates the "First" and "Last" buttons are visible.
NextOrPreviousItemIndicates that the "Previous Item" and "Next Item" buttons are visible.
NextOrPreviousPageIndicates that the "Previous Page" and "Next Page" buttons are visible.
NoneIndicates that no buttons are visible.
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