Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / AcceptsArrowKeys Property


In This Topic
    AcceptsArrowKeys Property (ComboBoxCellType)
    In This Topic
    Gets or sets how arrow keys are processed by the combo box control.
    Syntax
    'Declaration
     
    
    Public Property AcceptsArrowKeys As AcceptsArrowKeys
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As AcceptsArrowKeys
     
    instance.AcceptsArrowKeys = value
     
    value = instance.AcceptsArrowKeys
    public AcceptsArrowKeys AcceptsArrowKeys {get; set;}
    See Also