콤보박스 » Api
isallcodeselected
Description
콤보박스의 모든 아이템이 선택되었는지 여부를 가져오는 API이다.
Return Value
Type |
Description |
BOOL |
전체 선택 여부 |
Example
function btn_on_mouseup()
{
factory.consoleprint("cbo.getcount() = " + cbo.getcount());
factory.consoleprint("cbo.getcount(false) = " + cbo.getcount(false));
factory.consoleprint("cbo.getselectedcode() = " + cbo.getselectedcode());
factory.consoleprint("cbo.getselectedcodecount() = " + cbo.getselectedcodecount());
factory.consoleprint("cbo.isallcodeselected() = " + cbo.isallcodeselected());
}
See Also
setselectedcode
getselectedcomment
getselectedindex
setselectedcodeex
Viewer Ver.
9.1.1.1
Update Date
20200826