Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / InitialValue Property


In This Topic
InitialValue Property
In This Topic
Gets or sets the initial value if the string is null. (Optional. To clear, set to null.)
Syntax
'Declaration
 
Property InitialValue As Object
 
'Usage
 
Dim instance As IManageFmtInput
Dim value As Object
 
instance.InitialValue = value
 
value = instance.InitialValue
See Also