| ControlBinderControlValueObject Property | 
            Gets the value of the control.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic abstract Object ControlValueObject { get; protected set; }Public MustOverride Property ControlValueObject As Object
	Get
	Protected Set
public:
virtual property Object^ ControlValueObject {
	Object^ get () abstract;
	protected: void set (Object^ value) abstract;
}abstract ControlValueObject : Object with get, set
Property Value
Type: 
Object See Also
See Also