Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / KeyGroups Enumeration


In This Topic
    KeyGroups Enumeration
    In This Topic
    Specifies the key groups.
    Syntax
    'Declaration
     
    
    Public Enum KeyGroups 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As KeyGroups
    public enum KeyGroups : System.Enum 
    Members
    MemberDescription
    EditKeysRepresents the keys for editing.
    IndicatorRepresents the indicator keys.
    MathKeysRepresents the math operation keys.
    MemoryKeysRepresents the memory operation keys.
    NumKeysReresents the number input keys.
    OutputRepresents the key for output.
    ResetKeysRepresnts the reset keys.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.KeyGroups

    See Also