Spread Windows Forms 12.0 Product Documentation
AcceptsArrowKeys Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : AcceptsArrowKeys Property
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

Reference

FpCombo Class
FpCombo Members