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

◆ parent()

control & xtd::forms::form::parent ( const control value)
overridevirtual

Sets the parent container of the control.

Parameters
parentA control that represents the parent or container control of the control or nullptr for none.

Reimplemented from xtd::forms::control.

Examples
debug_message_box.cpp, forms_timer.cpp, and trace_message_box.cpp.