ITextInputPanelEventSink::InPlaceStateChanged method (peninputpanel.h)
Occurs when the In-Place state has changed.
Syntax
HRESULT InPlaceStateChanged(
[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 has changed to, as defined by the InPlaceState Enumeration.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
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 |