컨트롤의 설명(description값)을 반환하는 API이다.
function btn_getdescription_on_mouseup() { screen.alert(btnTest.getdescription()); }