C# 클래스 OpenTween.ToolStripAPIGauge

상속: System.Windows.Forms.ToolStripControlHost
파일 보기 프로젝트 열기: rhenium/OpenTween 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
remainMinutes double

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToolStripAPIGauge ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
UpdateGaugeBounds ( ) : void
UpdateRemainMinutes ( ) : void
UpdateText ( ) : void

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ToolStripAPIGauge() 공개 메소드

public ToolStripAPIGauge ( ) : System
리턴 System

UpdateGaugeBounds() 보호된 메소드

protected UpdateGaugeBounds ( ) : void
리턴 void

UpdateRemainMinutes() 보호된 메소드

protected UpdateRemainMinutes ( ) : void
리턴 void

UpdateText() 보호된 메소드

protected UpdateText ( ) : void
리턴 void

프로퍼티 상세

remainMinutes 보호되어 있는 프로퍼티

protected double remainMinutes
리턴 double