Property | Type | Description | |
---|---|---|---|
checkbox | |||
label | |||
loc | Point | ||
parent | |||
pos | int | ||
text |
Method | Description | |
---|---|---|
TextBoxSetting ( 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 TextBoxSetting ( int pos, String name, |
||
pos | int | |
name | String | |
parent | ||
minRand | int | |
maxRand | int | |
size | int | |
return | System |
public checkboxChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public CheckBox,System.Windows.Forms checkbox | ||
return |