탭 » Api

settitlebarshow

Description

탭타이틀바의 보이기/숨기기 옵션을 설정하는 API이다.

nShowOption 파라미터값은 

0 : 창모드시에만 타이틀을 보여줌
1 : 항상 타이틀 보여줌
2 : 최대화시에만 보여줌
3 : 항상 타이틀 숨김

Parameters

Parameters Type Description
nShowOption short 보이기/숨기기 옵션

Return Value

Type Description
void

Example

function btnShowOption_on_mouseup(objInst) { if(tab.gtetitlebarshow() == 0) { tab.settitlebarshow(1); } }

See Also

gettitlebarshow

Viewer Ver.

9.1.1.1

Update Date

20070222