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

◆ invoke() [1/6]

std::optional< object_ref > xtd::forms::control::invoke ( delegate< void()>  method)
overridevirtual

Executes the specified delegate on the thread that owns the control's underlying window handle.

Parameters
methodA delegate that contains a method to be called in the control's thread context.

Implements xtd::isynchronize_invoke.