.. highlightlang:: us .. index:: ComboResetContent .. _comboresetcontent: ComboResetContent ================= .. us.tag ComboResetContent NOTREADYENGLISH :ref:`ComboResetContent` removes all items from the list box and edit control of a combo box. .. function:: bool = ComboResetContent() bool = ComboResetContent(nID) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: nID *nID* is 1 for the toolbar combo box ``"Import"`` (default value) and 2 for the ``"DatasetStyle"`` combo box. .. seealso:: :ref:`ComboAddString`, :ref:`ComboSelectString`, :ref:`ComboGetString` :sub:`id-1433218`