버튼 » Api

setstatuspush

Description

버튼의 눌러진 상태를 설정하는 API이다.

Parameters

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

Return Value

Type Description
void 없음

Example

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

See Also

getstatuspush

Viewer Ver.

9.1.1.1

Update Date

20110307