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


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