Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / AllowArrowKeysMoveActiveCell Property


In This Topic
    AllowArrowKeysMoveActiveCell Property (ComboBoxCellType)
    In This Topic
    Gets or sets whether to allow arrow keys to move the active cell.
    Syntax
    'Declaration
     
    
    Public Property AllowArrowKeysMoveActiveCell As FlagArrowKeys
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As FlagArrowKeys
     
    instance.AllowArrowKeysMoveActiveCell = value
     
    value = instance.AllowArrowKeysMoveActiveCell
    public FlagArrowKeys AllowArrowKeysMoveActiveCell {get; set;}
    See Also