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

◆ insert()

iterator xtd::forms::control::control_collection::insert ( const_iterator  pos,
const value_type &  value 
)
overridevirtual

Inserts specified element at specified position.

Parameters
posThe iterator before which the content will be inserted. pos may be the arranged_element_collection::end iterator.
valueThe element to insert.

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