ITextInputPanelEventSink::TextInserting method (peninputpanel.h)
Occurs when the Tablet PC Input Panel is about to insert text into the control with input focus. Provides access to the ink the user entered in the Input Panel.
Syntax
HRESULT TextInserting(
[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 |
---|---|
|
Success. |
|
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 |