ITextInputPanelEventSink interface (peninputpanel.h)

Defines methods that handle the ITextInputPanel Interface events.

Inheritance

The ITextInputPanelEventSink interface inherits from the IUnknown interface. ITextInputPanelEventSink also has these types of members:

Methods

The ITextInputPanelEventSink interface has these methods.

 
ITextInputPanelEventSink::CorrectionModeChanged

Occurs when the correction comb on the Tablet PC Input Panel has changed modes.
ITextInputPanelEventSink::CorrectionModeChanging

Occurs when the correction comb on the Tablet PC Input Panel is about to change modes.
ITextInputPanelEventSink::InPlaceSizeChanged

Occurs when the in-place Input Panel size has changed due to a user resize, auto growth, or an input area change.
ITextInputPanelEventSink::InPlaceSizeChanging

Occurs when the in-place Input Panel size is about to change due to a user resize, auto growth, or an input area change.
ITextInputPanelEventSink::InPlaceStateChanged

Occurs when the In-Place state has changed.
ITextInputPanelEventSink::InPlaceStateChanging

Occurs when the In-Place state is about to change.
ITextInputPanelEventSink::InPlaceVisibilityChanged

Occurs when the Tablet PC Input Panel has switched between visible and invisible.
ITextInputPanelEventSink::InPlaceVisibilityChanging

Occurs when the Tablet PC Input Panel is about to switch between visible and invisible.
ITextInputPanelEventSink::InputAreaChanged

Occurs when the input area has changed on the Tablet PC Input Panel.
ITextInputPanelEventSink::InputAreaChanging

Occurs when the input area is about to change on the Tablet PC Input Panel.
ITextInputPanelEventSink::TextInserted

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.
ITextInputPanelEventSink::TextInserting

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.

Remarks

This element is declared in Peninputpanel.h.

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

See also

ITextInputPanel Interface