Init Method (CustomServerBase)
The source control.
The utilities object.
This method supports the UFT infrastructure. Do not override and do not call in your code.
Syntax
'Declaration
 
Public Sub Init( _
   ByVal oControl As System.Windows.Forms.Control, _
   ByVal oHelper As System.Object _
) 
public void Init( 
   System.Windows.Forms.Control oControl,
   System.object oHelper
)

Parameters

oControl
The source control.
oHelper
The utilities object.