Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |