Method | Description | |
---|---|---|
AddButton ( string name, System handler ) : void | ||
AddCheckBox ( string name, int id, bool check ) : void | ||
AddComboBox ( string name, int id, string values ) : void | ||
AddTrackbar ( string name, int id, int min, int max, int tf, int startValue ) : void | ||
GetP ( int id ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Verwendete Ressourcen bereinigen.
|
Method | Description | |
---|---|---|
CalcControlSize ( ) : void | ||
InitializeComponent ( ) : void |
Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
checkBox_CheckedChanged ( object sender, |
||
comboBox_SelectedIndexChanged ( object sender, |
||
trackBar_Scroll ( object sender, |
public AddButton ( string name, System handler ) : void | ||
name | string | |
handler | System | |
return | void |
public AddCheckBox ( string name, int id, bool check ) : void | ||
name | string | |
id | int | |
check | bool | |
return | void |
public AddComboBox ( string name, int id, string values ) : void | ||
name | string | |
id | int | |
values | string | |
return | void |
public AddTrackbar ( string name, int id, int min, int max, int tf, int startValue ) : void | ||
name | string | |
id | int | |
min | int | |
max | int | |
tf | int | |
startValue | int | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. |
return | void |