In This Topic
Gets or sets the unformatted value of the edit control.
Syntax
'Declaration
Public Overridable Property Value As Object
'Usage
Dim instance As FpCombo
Dim value As Object
instance.Value = value
value = instance.Value
public virtual object Value {get; set;}
See Also