C# 클래스 Smrf.AppLib.TrackBarWithDelay

TrackBar control that delays its TrackBar.Scroll event until the thumb has stopped moving.
This control fires a TrackBar.Scroll event milliseconds after the thumb was last moved. Use this control instead of TrackBar in applications where the event handler code is slow and handling every TrackBar.Scroll event would result in sluggish performance.
상속: System.Windows.Forms.TrackBar
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_oDelayTimer System.Windows.Forms.Timer

공개 메소드들

메소드 설명
TrackBarWithDelay ( ) : System

Initializes a new instance of the TrackBarWithDelay class.

보호된 메소드들

메소드 설명
OnScroll ( EventArgs e ) : void
m_oDelayTimer_Tick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

OnScroll() 보호된 메소드

protected OnScroll ( EventArgs e ) : void
e System.EventArgs
리턴 void

TrackBarWithDelay() 공개 메소드

Initializes a new instance of the TrackBarWithDelay class.
public TrackBarWithDelay ( ) : System
리턴 System

m_oDelayTimer_Tick() 보호된 메소드

protected m_oDelayTimer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

m_oDelayTimer 보호되어 있는 프로퍼티

protected Timer,System.Windows.Forms m_oDelayTimer
리턴 System.Windows.Forms.Timer