Свойство | Type | Description | |
---|---|---|---|
checkbox | |||
label | |||
loc | Point | ||
parent | |||
pos | int | ||
text |
Méthode | Description | |
---|---|---|
DropDownSetting ( int pos, String name, |
||
checkboxChanged ( object sender, |
||
getIntValue ( ) : int | ||
getStringValue ( ) : string | ||
init ( int size ) : void | ||
isChecked ( ) : bool | ||
randomize ( ) : void | ||
setChecked ( bool check ) : void | ||
setValue ( String value ) : void | ||
setVisible ( bool visible ) : void |
public DropDownSetting ( int pos, String name, |
||
pos | int | |
name | String | |
parent | ||
items | string | |
size | int | |
Résultat | System |
public checkboxChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public CheckBox,System.Windows.Forms checkbox | ||
Résultat |
public Label,System.Windows.Forms label | ||
Résultat |