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


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