메뉴버튼 » Api

getmenuboxtransparent

Description

메뉴버튼 박스의 배경 투명여부를 읽어들이는 API이다.

Return Value

Type Description
void 없음

Example

function btn_settransparent_on_mouseup() { // 배경이 투명하지 않을 경우 투명 처리 if(menubtn.getmenuboxtransparent() == false) { menubtn.setmenuboxtransparent(true); } }

See Also

setmenuboxtransparent

Viewer Ver.

9.1.1.1

Update Date

20180917