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


In This Topic
MinimumValue Property (IManageFmtInput)
In This Topic
Gets or sets the minimum value allowed. (Optional. To clear, set to null.)
Syntax
'Declaration
 
Property MinimumValue As Object
 
'Usage
 
Dim instance As IManageFmtInput
Dim value As Object
 
instance.MinimumValue = value
 
value = instance.MinimumValue
See Also