Provides the name and class ID for a member of the
InputPanel.InputMethodCollection class for a Pocket PC. This class cannot be inherited.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)
public sealed class InputMethod
public final class InputMethod
public final class InputMethod
You can only access this class from an InputPanel.InputMethodCollection.
The following code example populates a list box with the available input methods. This code example is part of a larger example provided for the InputPanel.InputMethodCollection class.
// Get the InputMethods collection and
// add each method to the list box.
foreach (InputMethod im in ip.InputMethods)
{
this.listBox1.Items.Add(im.Name);
}
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
.NET Compact Framework
Supported in: 2.0