탭 » Api

gettabitemtooltiptext

Description

지정한 탭 아이템의 툴팁 텍스트를 가져오는 API이다.

Parameters

Parameters Type Description
nTabItem short 탭 아이템 인덱스

Return Value

Type Description
STRING 툴팁 텍스트

Remark

* 툴팁(tooltip) : 아이템에 마우스를 올렸을때 해당 아이템의 설명을 보여주는 풍선 도움말

Example

function btnGettabitemtooltiptext_on_mouseup() { screen.alert(tabTest.gettabitemtooltiptext(1)); }

See Also

settabitemtooltiptext

Viewer Ver.

9.1.1.1

Update Date

20110329