프로퍼티 | 타입 | 설명 | |
---|---|---|---|
checkbox | |||
label | |||
loc | Point | ||
parent | |||
pos | int | ||
text |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public checkboxChanged ( object sender, |
||
sender | object | |
e | ||
리턴 | void |