Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Occurs when the correction comb on the Tablet PC Input Panel is about to change modes.
Syntax
HRESULT CorrectionModeChanging(
[in] CorrectionMode oldCorrectionMode,
[in] CorrectionMode newCorrectionMode
);
Parameters
[in] oldCorrectionMode
The current correction mode, as defined by the CorrectionMode Enumeration.
[in] newCorrectionMode
The correction mode the Input Panel is changing to, as defined by the CorrectionMode Enumeration.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
An unspecified error occurred. |
Remarks
Note In Windows 7, this event no longer is raised.
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 |