C# 클래스 NetIde.MainForm.NiStatusBar.NiStatusBarProgress

상속: NetIde.Shell.ServiceObject, INiStatusBarProgress
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
NiStatusBarProgress ( ToolStripStatusLabel label, System.Windows.Forms.ToolStripProgressBar progressBar ) : System
Update ( string label, int progress, int total ) : HResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

NiStatusBarProgress() 공개 메소드

public NiStatusBarProgress ( ToolStripStatusLabel label, System.Windows.Forms.ToolStripProgressBar progressBar ) : System
label System.Windows.Forms.ToolStripStatusLabel
progressBar System.Windows.Forms.ToolStripProgressBar
리턴 System

Update() 공개 메소드

public Update ( string label, int progress, int total ) : HResult
label string
progress int
total int
리턴 HResult