Méthode | Description | |
---|---|---|
SafeGui ( |
Executes the provided delegate in the specified control's thread. Use this method to avoid problems with cross thread calls.
|
public static SafeGui ( |
||
control | The control running on the thread to be used. | |
invoker | MethodInvoker | The delegate to execute on the control's thread. |
Résultat | void |