ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / NumericInputKeys Property

In This Topic
    NumericInputKeys Property (C1DropDownControl)
    In This Topic
    Enables/disables the special keys used when NumericInput = True. Default: NumericInputKeyFlags.Standard.
    Syntax
    'Declaration
     
    Public Property NumericInputKeys As NumericInputKeyFlags
    public NumericInputKeyFlags NumericInputKeys {get; set;}
    See Also