네비바 » Api

setitembackcolor

Description

네비바의 아이템 배경색을 지정하는 API이다.

Parameters

Parameters Type Description
nItemIndex short 아이템 인덱스
clrBackColor COLOR 아이템 배경색

Return Value

Type Description
BOOL 정상 처리 여부

Remark

*아이템 인덱스가 -1인 경우, 아이템 전체 

Example

function setitembackcolor_on_mouseup(objInst) { navi01.setitemtransparent(false); navi01.setitembackcolor(-1, factory.rgb(255,255,128)); // 전체 navi01.setitembackcolor(0, factory.rgb(255,255,128)); // 첫번째 아이템 }

See Also

getitembackcolor
setitemtransparent
getitemtransparent

Viewer Ver.

9.1.1.1

Update Date

20200618