Compartir a través de


HandwrittenTextInsertion Class

Used by the application's custom text entry code to insert the text into both the text field and the backing store of the Text Services Framework (TSF).

Namespace: Microsoft.Ink.TextInput
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Class HandwrittenTextInsertion
'Usage
Dim instance As HandwrittenTextInsertion
public class HandwrittenTextInsertion
public ref class HandwrittenTextInsertion
public class HandwrittenTextInsertion
public class HandwrittenTextInsertion
Not applicable.

Remarks

With HandwrittenTextInsertion an application developer can easily add powerful text correction support to applications. The Input Panel component hadles inserting the text along with the recongnition results into the text control using Text Services Framework (TSF).

Text services supply text to applications in a way that does not require any detailed knowledge of the applications that produce or receive the text. TSF exposes its framework to applications and text services through a set of COM interfaces. For more information on Text Services Framework, see Text Services Framework.

At the point at which text is entered using a custom inking surface or speech recognition and is to be displayed in a text services enabled text field, the application uses HandwrittenTextInsertion instead of sending it directly to the text field.

Inheritance Hierarchy

System.Object
  Microsoft.Ink.TextInput.HandwrittenTextInsertion

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

HandwrittenTextInsertion Members
Microsoft.Ink.TextInput Namespace