Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Value Property


In This Topic
Value Property (SuperEditBase)
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 SuperEditBase
Dim value As Object
 
instance.Value = value
 
value = instance.Value
See Also