'Declaration
Public Sub SetControlHandler( _ ByVal control As System.Windows.Forms.Control, _ ByVal controlHandler As ControlHandler _ )
public void SetControlHandler( System.Windows.Forms.Control control, ControlHandler controlHandler )
Parameters
- control
- The control to be handled by the specified controlHandler.
- controlHandler
- The control handler to handle the specified control, or null to disconnect the control from the previously connected control handler.