C# Class cadencii.ProgressBarWithLabelUi

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Méthode Description
ProgressBarWithLabelUi ( ) : System
getProgress ( ) : int
getText ( ) : string
setProgress ( int value ) : void
setText ( string value ) : void
setWidth ( int value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

ProgressBarWithLabelUi() public méthode

public ProgressBarWithLabelUi ( ) : System
Résultat System

getProgress() public méthode

public getProgress ( ) : int
Résultat int

getText() public méthode

public getText ( ) : string
Résultat string

setProgress() public méthode

public setProgress ( int value ) : void
value int
Résultat void

setText() public méthode

public setText ( string value ) : void
value string
Résultat void

setWidth() public méthode

public setWidth ( int value ) : void
value int
Résultat void