'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;}
'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;}
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.