Method | Description | |
---|---|---|
ExecuteOnUIThread ( |
Attempts to run a delegate method on the UI thread of a System.Windows.Forms.Control Basically a wrapper around BeginInvoke with testing for readiness / availability of the control itself
|
public static ExecuteOnUIThread ( |
||
control | Control to run on | |
method | delegate method to run | |
return | void |