네비바 » Api

setitemforecolor

Description

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

Parameters

Parameters Type Description
nItemIndex short 아이템 인덱스
clrForeColor COLOR 아이템 전경색

Return Value

Type Description
BOOL 정상 처리 여부

Remark

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

Example

function setitemforecolor_on_mouseup(objInst) { navi01.setitemforecolor(-1, factory.rgb(255,255,0)); // 전체 navi01.setitemforecolor(0, factory.rgb(255,0,255)); // 첫번째 아이템 }

See Also

getitemforecolor
setlastitemforecolor
getlastitemforecolor

Viewer Ver.

9.1.1.1

Update Date

20200618