xtd 0.2.0
Loading...
Searching...
No Matches

◆ create() [8/24]

static combo_box xtd::forms::combo_box::create ( const object_collection items,
const drawing::point location,
const drawing::size size,
const xtd::string name 
)
static

A factory to create an xtd::forms::combo_box with specified items, location, size, and name.

Parameters
itemsA choice::object_collection representing the items in the combo_box.
locationA xtd::drawing::point that represent location of the xtd::forms::combo_box.
sizeA xtd::drawing::size that represent size of the xtd::forms::combo_box.
nameThe name of the xtd::forms::combo_box.
Returns
New xtd::forms::combo_box created.