InputPanel.InputMethodCollection Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides access to all input method software installed on a Pocket PC. This class cannot be inherited.
The InputPanel.InputMethodCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains | Determines whether the InputPanel.InputMethodCollection class contains a specified value. | |
CopyTo | Copies the input methods to an existing one-dimensional array, starting at the specified array index. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can iterate through the InputPanel.InputMethodCollection class. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Determines the index of a specific item in the InputPanel.InputMethodCollection class. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveAt | Removes the InputMethod at the specified index. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) | |
OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in the InputPanel.InputMethodCollection class. | |
IsReadOnly | Gets a value that indicates whether the collection is read-only. | |
Item | Gets the item at the specified index. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | For a description of this member, see ICollection.CopyTo(Array, Int32). | |
ICollection.IsSynchronized | For a description of this member, see ICollection.IsSynchronized. | |
ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. | |
IList.Add | For a description of this member, see IList.Add(Object). | |
IList.Clear | For a description of this member, see IList.Clear(). | |
IList.Contains | For a description of this member, see IList.Contains(Object). | |
IList.IndexOf | For a description of this member, see IList.IndexOf(Object). | |
IList.Insert | For a description of this member, see IList.Insert(Int32, Object). | |
IList.IsFixedSize | For a description of this member, see IList.IsFixedSize. | |
IList.Item | For a description of this member, see IList.Item[Int32]. | |
IList.Remove | For a description of this member, see ArrayList.Remove(Object). |
Top