스플리터 » Api

eventlock

Description

컨트롤의 이벤트 발생 여부를 설정한다

Parameters

Parameters Type Description
bEventLock BOOL 이벤트를 정지시킬지 여부
bIncludeSub BOOL 서브 화면(컨트롤)를 포함할지 여부

Return Value

Type Description
void 없음

Remark

* bIncludeSub 인자값은 자식 컨트롤을 가진 컨트롤(탭, 패널)에서만 반영된다.
* ActiveX 컨트롤의 이벤트는 정지되지 않는다.

Example

function btn_eventlock_on mouseup() { // 이벤트 정지 button.eventlock(true, true); //이벤트 풀기 button.eventlock(false, true); }

Viewer Ver.

9.1.1.1

Update Date

20161115