C# Class cadencii.ProgressBarWithLabelUi

Inheritance: System.Windows.Forms.UserControl
Show file Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method Description
ProgressBarWithLabelUi ( ) : System
getProgress ( ) : int
getText ( ) : string
setProgress ( int value ) : void
setText ( string value ) : void
setWidth ( int value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

ProgressBarWithLabelUi() public method

public ProgressBarWithLabelUi ( ) : System
return System

getProgress() public method

public getProgress ( ) : int
return int

getText() public method

public getText ( ) : string
return string

setProgress() public method

public setProgress ( int value ) : void
value int
return void

setText() public method

public setText ( string value ) : void
value string
return void

setWidth() public method

public setWidth ( int value ) : void
value int
return void