ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / HandleUpDownKeys Property



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