탭 » Api

gettabitemlockbuttonex

Description

해당 탭아이템의 잠금 버튼 보이기/숨기기 여부를 반환 하는 API이다.

Parameters

Parameters Type Description
nTabItem short 탭아이템 Index

Return Value

Type Description
BOOL 숨김/보이기 여부

Example

function btnTest_on_mouseup() { // 0번째 index의 탭아이템의 잠금 버튼 보이기/숨김 여부 if(tabTest.gettabitemlockbuttonex(0) == true) { factory.consoleprint("탭아이템 잠금 버튼 보이기상태"); } else { factory.consoleprint("탭아이템 잠금 버튼 숨김상태"); } }

See Also

gettabitemxbutton
settabitemxbutton
settabitemxbuttonex

Viewer Ver.

9.1.1.1

Update Date

20190313