InputPanel.InputMethodCollection Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

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
Public methodSupported by the .NET Compact Framework Contains Determines whether the InputPanel.InputMethodCollection class contains a specified value.
Public methodSupported by the .NET Compact Framework CopyTo Copies the input methods to an existing one-dimensional array, starting at the specified array index.
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetEnumerator Returns an enumerator that can iterate through the InputPanel.InputMethodCollection class.
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework IndexOf Determines the index of a specific item in the InputPanel.InputMethodCollection class.
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework RemoveAt Removes the InputMethod at the specified index.
Public methodSupported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework Count Gets the number of elements in the InputPanel.InputMethodCollection class.
Public propertySupported by the .NET Compact Framework IsReadOnly Gets a value that indicates whether the collection is read-only.
Public propertySupported by the .NET Compact Framework Item Gets the item at the specified index.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IList.Add For a description of this member, see IList.Add(Object).
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IList.Clear For a description of this member, see IList.Clear().
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IList.Contains For a description of this member, see IList.Contains(Object).
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework ICollection.CopyTo For a description of this member, see ICollection.CopyTo(Array, Int32).
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IList.IndexOf For a description of this member, see IList.IndexOf(Object).
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IList.Insert For a description of this member, see IList.Insert(Int32, Object).
Explicit interface implemetationPrivate propertySupported by the .NET Compact Framework IList.IsFixedSize For a description of this member, see IList.IsFixedSize.
Explicit interface implemetationPrivate propertySupported by the .NET Compact Framework ICollection.IsSynchronized For a description of this member, see ICollection.IsSynchronized.
Explicit interface implemetationPrivate propertySupported by the .NET Compact Framework IList.Item For a description of this member, see IList.Item[Int32].
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IList.Remove For a description of this member, see ArrayList.Remove(Object).
Explicit interface implemetationPrivate propertySupported by the .NET Compact Framework ICollection.SyncRoot For a description of this member, see ICollection.SyncRoot.

Top

See Also

Reference

InputPanel.InputMethodCollection Class

Microsoft.WindowsCE.Forms Namespace