In This Topic
Gets or sets a control used to receive the output.
Syntax
'Declaration
Public Property TargetControl As Control
public Control TargetControl {get; set;}
Property Value
A
System.Windows.Forms.Control indicates the target control.
See Also