창모드로 전환시 Child Frame 의 Border를 설정하는 API입니다. 파라미터 nBorder 값 0 : none 1 : single-flat
Parameters | Type | Description |
---|---|---|
nBorder | short | 보더 스타일 |
Type | Description |
---|---|
void |
function btnChangeBorder_on_mouseup(objInst)
{
// child frame 보더는 none..
tab22.setchildframeborder(0);
}