컴포넌트에 지정된 패턴 미리보기(pattern_preview)를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
bPreview | BOOL | 패턴 미리보기 여부 |
Type | Description |
---|---|
BOOL | 정상 처리 여부 |
function btnsetpatternmask_on_mouseup()
{
// 패널 미리보기 토글 처리
fldNormal.setpatternpreview(!fldNormal.setpatternpreview));
}