ITextInputPanelEventSink::InPlaceStateChanging method (peninputpanel.h)

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

Syntax

HRESULT InPlaceStateChanging(
  [in] InPlaceState oldInPlaceState,
  [in] InPlaceState newInPlaceState
);

Parameters

[in] oldInPlaceState

The current state, as defined by the InPlaceState Enumeration.

[in] newInPlaceState

The new state that the Input Panel is changing to, as defined by the InPlaceState Enumeration.

Return value

This method can return one of these values.

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

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::InPlaceStateChanged Method