AllowNegativeNumbers Property (TextInput)
Gets or sets whether the numeric text input allows negative values.
public virtual bool AllowNegativeNumbers {get; set;}
'Declaration
Public Overridable Property AllowNegativeNumbers As Boolean
'Usage
Dim instance As TextInput
Dim value As Boolean
instance.AllowNegativeNumbers = value
value = instance.AllowNegativeNumbers