ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DropDownControl Class / InterceptArrowKeys Property

In This Topic
    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 Boolean
    public bool InterceptArrowKeys {get; set;}
    See Also