버튼 » Api

getstatuspush

Description

버튼의 눌러진 상태를 반환하는 API이다.

Return Value

Type Description
BOOL 버튼의 눌려진 상태값(true, false)

Example

function btnStatusPush_on_mouseup() { // 버튼이눌려있으면 if(btnTest.getstatuspush()) { // 눌림상태 false 로설정 btnTest.setstatuspush(false); } else { // 버튼이눌리지않았으면 // 버튼눌림상태 true 로설정 btnTest.setstatuspush(true); } }

See Also

setstatuspush

Viewer Ver.

9.1.1.1

Update Date

20110307