| ControlBinderControlObject Property  | 
            Gets the control that has been bound to the model.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Control ControlObject { get; }Public ReadOnly Property ControlObject As Control
	Get
public:
property Control^ ControlObject {
	Control^ get ();
}member ControlObject : Control with get
Property Value
Type: 
Control
See Also