탭 » Api

setboxshadoweffecttype

Description

컴포넌트의 boxshadow_type 속성값을 설정하는 API이다.

Parameters

Parameters Type Description
nBoxshadowType short boxshadow_type 속성값(*Remark 참조)

Return Value

Type Description
BOOL 정상 처리 여부

Remark

**nBoxshadowType 옵션값

0:none
1:extra-small
2:small
3:medium
4:large
5:extra-large

Example

function btn_on_mouseup(objInst) { var boxshadow_type; boxshadow_type = objComponent.getboxshadowtype(); if (boxshadow_type == 0) { objComponent.setboxshadowtype(2); } else { objComponent.setboxshadowtype(0); } }

See Also

getboxshadoweffecttype

Viewer Ver.

9.1.1.1

Update Date

20230911