ComponentOne Basic Library for WPF and Silverlight
HandleUpDownKeys Property (C1NumericBox)


C1.WPF Namespace > C1NumericBox Class : HandleUpDownKeys Property
Gets or sets If the control handles the Up / Down / PageUp / PageDown keys.
Syntax
'Declaration
 
Public Property HandleUpDownKeys As System.Boolean
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Boolean
 
instance.HandleUpDownKeys = value
 
value = instance.HandleUpDownKeys
public System.bool HandleUpDownKeys {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members