AllowNegativeNumbers Property (TextInput)
In This Topic
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