GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : CharBoxInfoCollection Class |
The following tables list the members exposed by CharBoxInfoCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | Get a char box according by the index | |
Number1 | Gets a template set of CharBoxInfo for number style. | |
Number2 | Gets a template set of CharBoxInfo for number style. | |
Number3 | Gets a template set of CharBoxInfo for number style. | |
Number4 | Gets a template set of CharBoxInfo for number style. | |
PostCode1 | Gets a template set of CharBoxInfo for postcode style. | |
PostCode2 | Gets a template set of CharBoxInfo for postcode style. | |
PostCode3 | Gets a template set of CharBoxInfo for postcode style. |
Name | Description | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a char box to the collection. | |
AddRange | Overloaded. Adds an array of CharBoxInfo to the current collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Gets a value that indicates whether the collection contains the specified T. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
CopyTo | Copies the collection objects to a one-dimensional System.Array instance beginning at the specified index. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
DefaultPredicate<TTarget> | Represents a default predicate. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
Exists | Overloaded. Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
Find | Overloaded. Searches for a T that matches the specified type TTarget, and returns the first occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
FindAll | Overloaded. Retrieves all the T that match the specified type TTarget. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
FindIndex | Overloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
FindLast | Overloaded. Searches for an T that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
FindLastIndex | Overloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Gets the index of the special char box. | |
Insert | Inserts a char box into the collection at the given index. | |
Remove | Removes a char box from the collection. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) | |
SetBorderColor | Set the System.Drawing.Color of all Border of each CharBoxInfo in this collection | |
SetBorderStyle | Set the LineStyle of all of each CharBoxInfo in this collection |
Name | Description | |
---|---|---|
CollectionChanged | A System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of the CollectionChanged event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) | |
CollectionChanging | A System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of CollectionChanging event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<CharBoxInfo>) |