지정한 탭 아이템 선택상태에서 마우스 오버시의 이미지를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nTabItem | short | 탭 아이템 Index |
strImage | STRING | 이미지 경로 |
Type | Description |
---|---|
BOOL | 정상처리 여부 |
function btnTest_on_mouseup()
{
tabTest.settabitemselhoverimageex(0, "/test_selhover.gif");
}