ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / InterceptArrowKeys Property

In This Topic
    InterceptArrowKeys Property (C1DropDownControl)
    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