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


In This Topic
    AcceptsArrowKeys Property (GeneralEditor)
    In This Topic
    Gets or sets whether to accept arrow keys.
    Syntax
    'Declaration
     
    
    Public Property AcceptsArrowKeys As AcceptsArrowKeys
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As AcceptsArrowKeys
     
    instance.AcceptsArrowKeys = value
     
    value = instance.AcceptsArrowKeys
    public AcceptsArrowKeys AcceptsArrowKeys {get; set;}
    See Also