탭 » Api

gettabitemoverflow

Description

탭 tabitem_overflow 속성값을 반환하는 API이다.

Return Value

Type Description
short tabitem_overflow 속성값

Remark

** 반환되는 값 
 0 : scroll
 1 : wrap

Example

function btnTest_on_mouseup(objInst) { if(tab.gettabitemoverflow() == 0) { // tabitem_overflow값을 1:wrap으로 변경 tab.settabitemoverflow(1); } else { // tabitem_overflow값을 0:scroll로 변경 tab.settabitemoverflow(0); } }

See Also

settabitemoverflow

Viewer Ver.

9.1.1.1

Update Date

20221018