라디오버튼 » Api

getcheck

Description

라디오버튼의 선택 상태값을 반환하는 API이다.

Return Value

Type Description
BOOL 라디오버튼의 선택 상태값(true, false)

Example

function btnrdocheck_on_mouseup() { // 옵션버튼1이선택상태이면 if(radio1.getcheck()) { // 옵션버튼1 선택해제 radio1.setcheck(false); // 옵션버튼2 선택설정 radio2.setcheck(true); } }

See Also

setcheck

Viewer Ver.

9.1.1.1

Update Date

20110303