Spread Windows Forms 12.0 Product Documentation
AllowNegativeNumbers Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > TextInput Class : AllowNegativeNumbers Property
Gets or sets whether the numeric text input allows negative values.
Syntax
'Declaration
 
Public Overridable Property AllowNegativeNumbers As Boolean
'Usage
 
Dim instance As TextInput
Dim value As Boolean
 
instance.AllowNegativeNumbers = value
 
value = instance.AllowNegativeNumbers
public virtual bool AllowNegativeNumbers {get; set;}
See Also

Reference

TextInput Class
TextInput Members