트리 » Api

getfocusouttype

Description

해당 컨트롤에 포커스 아웃이 발생한 유형을 리턴하는 API이다.

Return Value

Type Description
short 포커스 아웃 유형

Remark

포커스 아웃 유형은 아래와 같다.
0: 일반
1: Auto Skip
2: 포커스 이동 키

Example

function btn_on_mouseup() { // 해당 콤포넌트의 포커스 아웃 유형을 구함 var nFocusoutType = instObj.getfocusouttype(); }

Viewer Ver.

9.1.1.1

Update Date

20191227