트리그리드 » Api

setcolumncombostyle

Description

트리 그리드 특정 컬럼의 input_type이 combobox일 때 콤보박스의 스타일을 설정하는 API이다.

Parameters

Parameters Type Description
nCol long 컬럼 인덱스
nComboBoxStyle short 콤보박스 스타일 (*Remark 참조)

Return Value

Type Description
void 없음

Remark

**nComboBoxStyle (콤보박스 스타일)

0 : code combobox
1 : normal combobox

Example

function btn_on_mouseup() { tgrdTest.setcolumncombostyle(1, 0); }

See Also

setcolumncomboeditable

Viewer Ver.

9.1.1.1

Update Date

20110421