ITextInputPanelEventSink::TextInserted method (peninputpanel.h)

Occurs when the Tablet PC Input Panel has inserted text into the control with input focus. Provides access to the ink the user entered in the Input Panel.

Syntax

HRESULT TextInserted(
  [in] SAFEARRAY *Ink
);

Parameters

[in] Ink

Array of Ink objects in the Input Panel.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

Remarks

There is a minimum of one Ink object for each line of the Input Panel containing text at the time of insertion.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header peninputpanel.h
DLL Tiptsf.dll

See also

ITextInputPanel Interface

ITextInputPanelEventSink

ITextInputPanelEventSink::TextInserting Method