[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection

CalculatorButtonMappingCollection Class

Represents the collection class to manage "ButtonMapping" settings.

Inheritance
CalculatorButtonMappingCollection
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(CalculatorButtonMappingCollectionConverter))]
public class CalculatorButtonMappingCollection : BaseKeyCollection, ICollection, IEnumerable, ICloneable
<TypeConverter(GetType(CalculatorButtonMappingCollectionConverter))>
Public Class CalculatorButtonMappingCollection
    Inherits BaseKeyCollection
    Implements ICollection, IEnumerable, ICloneable

Constructors

Name Description
CalculatorButtonMappingCollection()

The constructor initializes a new instance of the CalculatorButtonMappingCollection class.

CalculatorButtonMappingCollection(string[], string[])

The constructor initializes a new instance of the CalculatorButtonMappingCollection class using the specified data.

Properties

Name Description
this[int]

Gets the key according to the special index.

this[Keys]

Gets the key according to special key.

Keys

Gets the keys object.

Methods

Name Description
Add(Keys, string)

Adds an item to the CalculatorButtonMappingCollection.

AddRange(Keys[], string[])

Adds some items the the CalculatorButtonMappingCollection.

Clone()

Creates a new CalculatorButtonMappingCollection that is a copy of the current instance

CopyTo(string[])

Copies the items of the CalculatorButtonMappingCollection to a compatible one-dimensional array of type string, starting from the first index of the target array.

CopyTo(string[], int)

Copies the items of the CalculatorButtonMappingCollection to a compatible one-dimensional array of type string, starting at the specified zero-based index of the target array.

Insert(int, Keys, string)

Inserts a item to the CalculatorButtonMappingCollection.

Remove(Keys)

Removes the key from the CalculatorButtonMappingCollection.