C# Class GrayIris.Utilities.UI.Controls.YaTabControl.ScrollerThread

Let's the tabs scroll.
Show file Open project: realistschuckle/yet-another-tab-control

Public Methods

Method Description
ScrollIt ( ) : void

Scrolls the tabs on the YaTabControl by the given amount.

ScrollerThread ( int amount, YaTabControl control ) : System

Creates a new instance of the YaTabControl.ScrollerThread class.

Method Details

ScrollIt() public method

Scrolls the tabs on the YaTabControl by the given amount.
public ScrollIt ( ) : void
return void

ScrollerThread() public method

Creates a new instance of the YaTabControl.ScrollerThread class.
public ScrollerThread ( int amount, YaTabControl control ) : System
amount int The amount to scroll.
control YaTabControl The control to scroll.
return System