컨트롤의 너비값(width)을 반환하는 API이다.
function btn_getwidth_on_mouseup() { var nWidth = splitter.getwidth(); // 컨트롤의너비를구함 // 메시지박스로확인 screen.alert("스플리터의 넓이는 " + nWidth + " 입니다."); }