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

◆ keep_cloned_controls() [2/2]

static void xtd::forms::application::keep_cloned_controls ( bool  value)
static

Sets a value indicating whether the xtd framework keep cloned control is enabled.

Parameters
valuetrue if xtd framework keep cloned control is enabled; otherwise false.
Exceptions
xtd::invalid_operation_exceptionIf this method is called after xtd::forms::application::run.
Remarks
By default the value is false.