콤보박스 » Api

getbuttonhidden

Description

콤보박스 버튼의 숨김/보이기 여부를 반환하는 API입니다.

Return Value

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

Example

function btnComboBtn_on_mouseup(objInst) { // 콤보박스 버튼이 보이고 있는 경우 숨긴다. if(cbData.getbuttonhidden() == false) { cbData.setbuttonhidden(true); } }

See Also

setbuttonhidden

Viewer Ver.

9.1.1.1

Update Date

20150406