지정한 탭 아이템이 화면에 보이는지 여부를 확인할 수 있는 API이다.
Parameters | Type | Description |
---|---|---|
nTabItem | short | 탭 아이템 인덱스 |
Type | Description |
---|---|
BOOL | 보임 여부(true, false) |
function btnGettabitemvisible_on_mouseup()
{
screen.alert("탭아이템 visible 여부 : " + tabTest.gettabitemvisible(1));
}