Click or drag to resize

GH_FileWatcherSetCustomUIThread Method

Overload List
  NameDescription
Public methodSetCustomUIThread(Control)
If you want to override the default Invoke behaviour, you must set InvokeOnDefaultThread to False and supply either a custom Control or a Form.
Public methodSetCustomUIThread(Form)
If you want to override the default Invoke behaviour, you must set InvokeOnDefaultThread to False and supply either a custom Control or a Form.
Top
See Also