Click or drag to resize
ControlBinder Constructor
Creates a new object.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ControlBinder(
	Object model,
	Control control
)

Parameters

model
Type: SystemObject
control
Type: System.Windows.FormsControl
See Also