Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / NumbersOnly Property


In This Topic
    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