Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / AcceptsArrowKeys Property


In This Topic
    AcceptsArrowKeys Property (FpCombo)
    In This Topic
    Gets or sets how keyboard arrow keys are handled.
    Syntax
    'Declaration
     
    Public Property AcceptsArrowKeys As AcceptsArrowKeys
    'Usage
     
    Dim instance As FpCombo
    Dim value As AcceptsArrowKeys
     
    instance.AcceptsArrowKeys = value
     
    value = instance.AcceptsArrowKeys
    public AcceptsArrowKeys AcceptsArrowKeys {get; set;}

    Property Value

    AcceptsArrowKeys setting that determines whether the editable portion accepts arrow key input
    Remarks

    This property applies to the edit portion, not the list. It only applies if the combo box is editable and the edit portion has focus.

    See Also