Grasshopper API
GH_FileWatcherSetCustomUIThread Method (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.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void SetCustomUIThread( Control target )
Public Sub SetCustomUIThread ( target As Control )
Parameters
- target
- Type: System.Windows.FormsControl
GUI target object which will be used for Invoking File System Events.
