C# 클래스 GrayIris.Utilities.UI.Controls.YaTabControl.ScrollerThread

Let's the tabs scroll.
파일 보기 프로젝트 열기: realistschuckle/yet-another-tab-control

공개 메소드들

메소드 설명
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