Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1NumericBox Class / HandleUpDownKeys Property

In This Topic
    HandleUpDownKeys Property (C1NumericBox)
    In This Topic
    Gets or sets If the control handles the Up / Down / PageUp / PageDown keys.
    Syntax
    'Declaration
     
    
    Public Property HandleUpDownKeys As Boolean
    public bool HandleUpDownKeys {get; set;}
    See Also