ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / NumericInput Property

In This Topic
    NumericInput Property (C1TextBox)
    In This Topic
    Sets or gets a value indicating whether a special edit mode is used for numeric values.
    Syntax
    'Declaration
     
    Public Overridable Property NumericInput As Boolean
    public virtual bool NumericInput {get; set;}
    See Also