GH_FileWatcherSetCustomUIThread Method (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.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void SetCustomUIThread(
Form target
)
Public Sub SetCustomUIThread (
target As Form
)
Parameters
- target
- Type: System.Windows.FormsForm
GUI target object which will be used for Invoking File System Events.
See Also