Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EmptyCellType Class / AcceptsArrowKeys Property


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