콤보박스 »
Api
setmaxlength
Description
콤보박스의 최대 입력 글자수를 설정하는 API이다.
Parameters
Parameters
Type
Description
nMaxLength
short
최대 입력 글자수
Return Value
Type
Description
void
없음
Example
function btnSetMaxLength_on_mouseup() { combo.setmaxlength(15); }
See Also
getmaxlength
Viewer Ver.
9.1.1.1
Update Date
20150709