[]
        
(Showing Draft Content)

C1.Win.C1Input.PlaceholderCollection

PlaceholderCollection Class

A collection of CustomPlaceholder objects.

Inheritance
PlaceholderCollection
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[ListBindable(false)]
public class PlaceholderCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the the special character at the specified index.

Methods

Name Description
Add(CustomPlaceholder)

Adds a new special character to the collection.

AddRange(CustomPlaceholder[])

Adds the special characters of an ICollection to the end of the PlaceholderCollection.

CheckItemBeforeAdding(CustomPlaceholder)

Checks validity of the placeholder

Contains(char)

Determines whether a character is in the placeholder collection.

CopyTo(CustomPlaceholder[], int)

Copies elements of the collection to an array starting at a particular array index.

GetItem(char)

Returns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection.

IndexOf(char)

Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection.

Insert(int, CustomPlaceholder)

Inserts a new special character to the collection at the specified position.

OnChanged(EventArgs)

This method is for internal use only.

OnInsert(int, object)

This method is for internal use only.

Remove(char)

Removes a specific character from the collection.

Events

Name Description
Changed

Occurs when PlaceholderCollection is changed