Version

TabScrollingEventArgs Class Members

The following tables list the members exposed by TabScrollingEventArgs.

Public Constructors
 NameDescription
Public ConstructorTabScrollingEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyScrollIncrementReturns 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.  
Public PropertyScrollTypeReturns the type of scroll operation that is being performed (e.g. next, previous, first, last etc.)  
See Also