Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / ExitOnLeftRightKey Property

In This Topic
    ExitOnLeftRightKey Property (IDropDownEditorBase)
    In This Topic
    Gets or sets whether the focus automatically moves to the previous or next control in the tab order when pressing the left or right arrow keys.
    Syntax
    'Declaration
     
    
    Property ExitOnLeftRightKey As ExitOnLeftRightKey
    ExitOnLeftRightKey ExitOnLeftRightKey {get; set;}
    See Also