Click or drag to resize

TwainControllerSetThreadUIControl Method

Sets the parent control used to invoke events from the TwainController. This method is automatically called by the Device object when acquiring images.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetThreadUIControl(
	Control threadUIControl
)

Parameters

threadUIControl
Type: System.Windows.FormsControl
The control that will be used to invoke events from the TwainController.
See Also