탭 » Api

settabitemarealeftmargin

Description

탭 아이템 영역 좌측 마진의 좌측 마진을 설정하는 API이다.

Parameters

Parameters Type Description
nLeftMargin long 탭아이템 에어리어 좌측 마진

Return Value

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

Example

function btn_settabitemarealeftmargin_on_mouseup(objInst) { // 탭 아이템 영역의 좌측 마진을 30픽셀로 설정 tab.settabitemarealeftmargin(30); }

Viewer Ver.

9.1.1.1

Update Date

20190320