Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlagArrowKeys Enumeration


In This Topic
    FlagArrowKeys Enumeration
    In This Topic
    Defines the moving active cell while editing cell enumeration.
    Syntax
    'Declaration
     
    
    Public Enum FlagArrowKeys 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FlagArrowKeys
    public enum FlagArrowKeys : System.Enum 
    Members
    MemberDescription
    AllAllows moving in all directions while editing cell
    DownAllows moving down while editing cell
    LeftAllows moving left while editing cell
    NoneDoes not allow moving while editing the cell
    RightAllows moving right while editing cell
    UpAllows moving up while editing cell
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.FlagArrowKeys

    See Also