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

In This Topic
    ExitOnLeftRightKey Property (C1DropDownControl)
    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
     
    Public Property ExitOnLeftRightKey As ExitOnLeftRightKey
    public ExitOnLeftRightKey ExitOnLeftRightKey {get; set;}

    Property Value

    One of the C1TextBox.ExitOnLeftRightKey enumeration values.
    The default is ExitOnLeftRightKey.None.
    Remarks
    The value of this property indicates the key which moves the input focus to the next control. When the caret is at the last character of this control, focus moves out by pressing the right arrow key. When the caret is before the first character of this control, focus moves out by pressing the left key.
    See Also