Load.control.font.underline()
Current.control.font.underline(useUnderline)
마지막 업데이트
도움이 되었나요?
Current.control.font.underline(useUnderline)
폰트의 밑줄 사용여부를 설정합니다.
로드 스크립트에서만 사용가능합니다.
대상컨트롤 : Button, InputText, InputNumber, InputMask, TextArea, InputDate, Label, ComboBox, InputCodehelp
useUnderline
Boolean
폰트 밑줄 사용유무
기본값은 true 입니다.
if (Load.sector.StatusSeq == 1) {
Load.control.font.underline();
//Current.control.font.underline(false);
}마지막 업데이트
도움이 되었나요?
도움이 되었나요?