트리그리드 » Api

getcolumncomboshowbutton

Description

그리드 특정 컬럼의 input_type이 combobox일 때 combobox_showbutton 속성값을 반환하는 API이다.

Parameters

Parameters Type Description
nCol long 컬럼 인덱스

Return Value

Type Description
BOOL 콤보박스 버튼 보이기/숨기기 여부

Example

function btn_on_mouseup() { // 0번째 컬럼이 콤보박스일때 combobox_showbutton속성을 끈다. if(grid.getcolumncomboshowbutton(0) == true) { grid.setcolumncomboshowbutton(0, false); } }

See Also

setcolumncomboshowbutton

Viewer Ver.

9.1.1.1

Update Date

20220128