콤보박스 » Api

setbuttonhidden

Description

동적으로 콤보박스의 버튼을 숨기거나 보이게 할 수 있는 API입니다.

Parameters

Parameters Type Description
bHidden BOOL 콤보박스 버튼 숨김 여부

Return Value

Type Description
void

Example

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

See Also

getbuttonhidden

Viewer Ver.

9.1.1.1

Update Date

20150406