C# 클래스 cadencii.ProgressBarWithLabelUi

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

공개 메소드들

메소드 설명
ProgressBarWithLabelUi ( ) : System
getProgress ( ) : int
getText ( ) : string
setProgress ( int value ) : void
setText ( string value ) : void
setWidth ( int value ) : void

보호된 메소드들

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

使用中のリソースをすべてクリーンアップします。

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

메소드 상세

Dispose() 보호된 메소드

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
리턴 void

ProgressBarWithLabelUi() 공개 메소드

public ProgressBarWithLabelUi ( ) : System
리턴 System

getProgress() 공개 메소드

public getProgress ( ) : int
리턴 int

getText() 공개 메소드

public getText ( ) : string
리턴 string

setProgress() 공개 메소드

public setProgress ( int value ) : void
value int
리턴 void

setText() 공개 메소드

public setText ( string value ) : void
value string
리턴 void

setWidth() 공개 메소드

public setWidth ( int value ) : void
value int
리턴 void