네비바의 아이템 오른쪽아이콘 표시 여부를 반환하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nItemIndex | short | 아이템 인덱스 |
| Type | Description |
|---|---|
| BOOL | 아이콘 표시여부 |
function getitemrighticonshow_on_mouseup(objInst)
{
var lastindex = navi01.getitemcount()-1;
alert(navi01.getitemrighticonshow(lastindex)); // 마지막 아이템
}