그리드 특정 컬럼의 콤보박스 스타일을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nColumn | short | 컬럼 인덱스 |
nComboBoxStyle | short | 콤보박스 스타일(*Remark 참조) |
Type | Description |
---|---|
void | 없음 |
* nComboBoxStyle 상수값 0 : Code combobox 1 : Normal combobox
function btn_on_mouseup()
{
grd.setcolumncombostyle(2, 1);
}