C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class
Properties Methods Events


PlaceholderCollection Class Members

The following tables list the members exposed by PlaceholderCollection.

Public Properties
 NameDescription
Public Property (Inherited from System.Collections.CollectionBase)
Public Property (Inherited from System.Collections.CollectionBase)
Public PropertyGets or sets the the special character at the specified index.  
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.Collections.CollectionBase)
Protected Property (Inherited from System.Collections.CollectionBase)
Top
Public Methods
 NameDescription
Public MethodAdds a new special character to the collection.  
Public MethodAdds the special characters of an ICollection to the end of the PlaceholderCollection.  
Public MethodChecks validity of the placeholder  
Public Method (Inherited from System.Collections.CollectionBase)
Public MethodDetermines whether a character is in the placeholder collection.  
Public MethodCopies elements of the collection to an array starting at a particular array index.  
Public MethodReturns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection.  
Public MethodReturns the index of a character in the placeholder collection, or –1 if it does not belong to the collection.  
Public MethodInserts a new special character to the collection at the specified position.  
Public MethodRemoves a specific character from the collection.  
Public Method (Inherited from System.Collections.CollectionBase)
Top
Protected Methods
 NameDescription
Protected MethodThis method is for internal use only.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. This method is for internal use only.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected Method (Inherited from System.Collections.CollectionBase)
Top
Public Events
 NameDescription
Public EventOccurs when PlaceholderCollection is changed  
Top
See Also