컨트롤의 너비값(width)을 리턴하는 API이다.
function btn_setwidth_on_mouseup() { // 컨트롤의 width를 구함 var width = btnTest.getwidth(); }