'Declaration
Public Overridable Function GetControlValue() As Object
'Usage
Dim instance As UserValueControl Dim value As Object value = instance.GetControlValue()
public virtual object GetControlValue()
public: virtual Object^ GetControlValue();
Return Value
Returns the current value of the control.
This method can return null
(Nothing
in Visual Basic).