Version

TabScrolling Event

Occurs before tabs are scrolled.
Syntax
'Declaration
 
Public Event TabScrolling As TabScrollingEventHandler
public event TabScrollingEventHandler TabScrolling
Event Data

The event handler receives an argument of type TabScrollingEventArgs containing data related to this event. The following TabScrollingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
ScrollIncrement Returns the number of increments that are being scrolled. For single row TabLayoutStyles this determines the number of tabs to scroll. For multi-row TabLayoutStyles this determines the number of tab rows to scroll.
ScrollType Returns the type of scroll operation that is being performed (e.g. next, previous, first, last etc.)
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