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

◆ insert_at()

void xtd::forms::control::control_collection::insert_at ( size_t  index,
const value_type &  value 
)
overridevirtual

Inserts specified element at specified index.

Parameters
indexThe index before which the content will be inserted.
valueThe element to insert.

Reimplemented from xtd::forms::layout::arranged_element_collection< control_ref >.