|
static |
A factory to create an xtd::forms::combo_box with specified parent, items, and location.
parent | The parent that contains the new created xtd::forms::combo_box. |
items | A choice::object_collection representing the items in the combo_box. |
location | A xtd::drawing::point that represent location of the xtd::forms::combo_box. |