해당 컨트롤이 탭패널에 속해있는 컨트롤인지 여부를 반환하는 API이다.
function btn_ispanelchild_on_mouseup() { screen.alert("탭안에 있는지 여부 :" + fldNormal.istabpanelchild()); }