Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlagArrowKeys Enumeration


FlagArrowKeys Enumeration
Defines the moving active cell while editing cell enumeration.
Syntax
'Declaration
 
Public Enum FlagArrowKeys 
   Inherits System.Enum
 
'Usage
 
Dim instance As FlagArrowKeys
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