Spread Windows Forms 12.0 Product Documentation
NumbersOnly Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > TextInput Class : NumbersOnly Property
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;}

Property Value

Boolean: true for numbers only; false otherwise
See Also

Reference

TextInput Class
TextInput Members