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