InterceptArrowKeys Property (C1NumericEdit)
In This Topic
Determines if the up/down buttons intercept and handle Up and Down arrow keys.
Syntax
'Declaration
Public Property InterceptArrowKeys As Boolean
public bool InterceptArrowKeys {get; set;}
See Also