InputPanel::InputMethodCollection Class

[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.

Namespace:  Microsoft.WindowsCE.Forms
Assembly:  Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)

public ref class InputMethodCollection sealed : IList, 
	ICollection, IEnumerable

This collection accesses the methods for text and character entry in the soft input panel (SIP) on a Pocket PC. Common input methods include:

  • Keyboard

    Tap characters on the SIP keyboard or on a hardware keyboard attachment.

  • Letter Recognizer

    Draw letters and numbers in the SIP. When the user pauses, the writing is automatically converted to typed text and displayed at the insertion point.

  • Block Recognizer

    Draw predetermined strokes in the SIP that render as specific characters. This input method is similar to graffiti emulation.

Other input methods can be installed to support languages such as Japanese and Russian. When a new input method is installed on the device, it is included in the input method collection.

Use the InputMethods property to get an InputPanel::InputMethodCollection.

The following code example enumerates InputPanel::InputMethodCollection and lists the available input methods in a list box. When a user selects an input method, the CurrentInputMethod property is set to that input method. The Enabled property for the input panel is set to true so that the keyboard and other input areas are displayed for the user.

No code example is currently available or this language may not be supported.

System::Object
  Microsoft.WindowsCE.Forms::InputPanel::InputMethodCollection

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 Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Compact Framework

Supported in: 3.5, 2.0
Show: