탭 타이틀바에 사용자 버튼을 동적으로 보이기/숨기기 할 수 있는 API입니다.
Parameters | Type | Description |
---|---|---|
nUserBtnIndex | short | 사용자 버튼 Index |
bShow | BOOL | 버튼 보이기/숨기기 |
Type | Description |
---|---|
BOOL |
function btnTest_on_mouseup(objInst)
{
// 사용자버튼 0번째 버튼을 숨기기
tabObj.showtitlebaruserbtn(0, false);
}