TabIndex (cfg)

TabStop 이 설정된 경우 시트의 탭 순서의 위치를 명시하기 위해 Tabindex를 설정할 수 있습니다.

Type

number

Options

Value Description
number TabIndex 설정한 값

Example

options.Cfg = {
  TabIndex: 5,         // 시트가 5번째 tabindex 를 갖도록 설정
};

Read More

Since

product version desc
core 8.0.0.0 기능 추가