네비바 » Api
setitemlefticon
Description
네비바의 아이템 왼쪽아이콘을 지정하는 API이다.
Parameters
Parameters |
Type |
Description |
nItemIndex |
short |
아이템 인덱스 |
strIconURL |
STRING |
이미지 경로 |
Return Value
Type |
Description |
BOOL |
정상 처리 여부 |
Remark
Example
function lefticonall_on_mouseup(objInst)
{
// 전체
navi01.setitemlefticonshow(-1, true);
navi01.setitemlefticon(-1, "/btn_navi_left.png");
}
function lefticon_on_mouseup(objInst)
{
// 첫번째 아이템
navi01.setitemlefticonshow(0, true);
navi01.setitemlefticon(0, "/btn_navi_home.png");
}
See Also
getitemlefticon
setitemlefticonshow
setitemlefticonwidth
getitemlefticonshow
getitemlefticonwidth
Viewer Ver.
9.1.1.1
Update Date
20200618