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