C# Класс GrayIris.Utilities.UI.Controls.YaTabControl.ScrollerThread

Let's the tabs scroll.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ScrollIt() публичный Метод

Scrolls the tabs on the YaTabControl by the given amount.
public ScrollIt ( ) : void
Результат void

ScrollerThread() публичный Метод

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.
Результат System