네비바 » Api

getitemrighticonshow

Description

네비바의 아이템 오른쪽아이콘 표시 여부를 반환하는 API이다.

Parameters

Parameters Type Description
nItemIndex short 아이템 인덱스

Return Value

Type Description
BOOL 아이콘 표시여부

Example

function getitemrighticonshow_on_mouseup(objInst) { var lastindex = navi01.getitemcount()-1; alert(navi01.getitemrighticonshow(lastindex)); // 마지막 아이템 }

See Also

setitemrighticonshow
setitemrighticon
setitemrighticonwidth
getitemrighticon
getitemrighticonwidth

Viewer Ver.

9.1.1.1

Update Date

20200618