슬라이드뷰 » Api

setitemfocus

Description

지정한 슬라이드뷰 아이템에 포커스를 주는 API이다.

Parameters

Parameters Type Description
nItemIndex short 슬라이드 아이템 인덱스

Return Value

Type Description
BOOL 정상 설정 여부(true, false)

Remark

* 이 API를 호출하면 포커스를 준 슬라이드뷰의 on_itemchange 이벤트가 발생하게 된다.

Example

function setitemfocus_on_mouseup() { slideView.setitemfocus(1); }

See Also

getitemfocus

Viewer Ver.

9.1.1.1

Update Date

20181128