'Declaration
<CanBeNullAttribute()> Function GetControlValue() As Object
'Usage
Dim instance As IValueControl Dim value As Object value = instance.GetControlValue()
[CanBeNull()] object GetControlValue()
[CanBeNull()] Object^ GetControlValue();
Return Value
Returns the current value of the control.
This method can return null
(Nothing
in Visual Basic).