로우박스 » Api

setitemtransparent

Description

로우바스 특정 아이템 배경 투명 여부를 지정하는 API이다.

Parameters

Parameters Type Description
nItemIndex short 아이템 인텍스
bTransparent BOOL 아이템 배경 투명여부

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup(objInst) { rowbox.setitemtransparent(0, true); }

See Also

setitemopacity

Viewer Ver.

9.1.1.1

Update Date

20211001