메뉴버튼 » Api

getmenuboxbackcolor

Description

메뉴버튼 박스의 배경색을 가져오는 API입니다.

Return Value

Type Description
COLOR 배경색

Example

function screen_on_load() { var menuBtnBackColor = menubtn.getmenuboxbackcolor(); screen.setbackcolor(menuBtnBackColor); }

See Also

setmenuboxbackcolor

Viewer Ver.

9.1.1.1

Update Date

20180917