|
static |
A factory to create an xtd::forms::checked_list_box with specified items, selected_index, location, and size.
items | The checked_list_box::object_collection collection representing the items in the checked_list_box. |
selected_index | A zero-based index of the currently selected item. The xtd::forms::checked_list_box::object_collection::npos is returned if no item is selected. |
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. |