pyui.clear_control_items - pytha-3d-cad/pytha-lua-api GitHub Wiki
Clears all items from the list of a combo box or a drop-down list.
pyui.clear_control_items(control)
control:clear_control_items()
Parameters
| Type | Description | |
|---|---|---|
control |
control_handle |
Control handle |
Return value
None
See also
Control Gallery, insert_control_item, set_control_selection, create_combo_box, create_drop_list