NumbersOnly Property (TextInput)
In This Topic
Gets or sets whether the text input is only numeric input.
Syntax
'Declaration
Public Overridable Property NumbersOnly As Boolean
'Usage
Dim instance As TextInput
Dim value As Boolean
instance.NumbersOnly = value
value = instance.NumbersOnly
public virtual bool NumbersOnly {get; set;}
See Also