Version

ScrollButtonTypes Enumeration

Enumerator used to determine what sets of scroll buttons are displayed.
Syntax
'Declaration
 
Public Enum ScrollButtonTypes 
   Inherits System.Enum
public enum ScrollButtonTypes : System.Enum 
Members
MemberDescription
DefaultUse appropriate defaults.
FirstLastA set of scroll buttons is shown to scroll to the first/llast tab.
NextPagePreviousPageA set of scroll buttons is shown to scroll one page of tabs forward or back.
NextPreviousA set of scroll buttons is shown to scroll one tab or tab row forward or back.
NoneNo scroll buttons are displayed.
ThumbA scroll thumb and track area is shown.
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