|
static |
A factory to create an xtd::forms::checked_list_box with specified items, location, size, and name.
items | The checked_list_box::object_collection collection representing the items in the checked_list_box. |
location | A xtd::drawing::point that represent location of the xtd::forms::checked_list_box. |
size | A xtd::drawing::size that represent size of the xtd::forms::checked_list_box. |
name | The name of the xtd::forms::checked_list_box. |