셀렉트박스의 min_length 속성값을 반환하는 API이다.
function btnGetminlength_on_mouseup() { screen.alert(sbTest.getminlength()); }