SetTargetControl Method
The control's window handle.
Attaches to the target custom control object.
Syntax
'Declaration
 
Public Sub SetTargetControl( _
   ByVal handle As System.Integer _
) 
public void SetTargetControl( 
   System.int handle
)

Parameters

handle
The control's window handle.