Input for WinForms | ComponentOne
C1.Win.Input Namespace / UpDownButtonSettings Class / InterceptKeys Property

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