Method | Description | |
---|---|---|
TrackbarWithLabel ( ) : System |
Constructor
|
|
TrackbarWithLabel ( string labelText, int pos, int max, int min ) : System |
Constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
使用中のリソースをすべてクリーンアップします。
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。
|
|
SetLabelText ( ) : void |
|
|
_trackBar_ValueChanged ( object sender, EventArgs e ) : void |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | マネージ リソースが破棄される場合 true、破棄されない場合は false です。 |
return | void |
public TrackbarWithLabel ( string labelText, int pos, int max, int min ) : System | ||
labelText | string | |
pos | int | |
max | int | |
min | int | |
return | System |