For the complete documentation index, see llms.txt. This page is also available as Markdown.

Load.control.bg.useImage()

Load.control.bg.useImage(useImage)

개요

배경 이미지의 사용 유무를 설정합니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

useImage

Boolean

사용 유무

useImage

기본값은 true 입니다.

예시

if (Load.sector.StatusSeq == 1) { 
    Load.control.bg.useImage(false);
}

마지막 업데이트

도움이 되었나요?