Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Occurs when the input area is about to change on the Tablet PC Input Panel.
Syntax
HRESULT InputAreaChanging(
[in] PanelInputArea oldInputArea,
[in] PanelInputArea newInputArea
);
Parameters
[in] oldInputArea
The current input area as defined by the PanelInputArea Enumeration.
[in] newInputArea
The input area the Input Panel is changing to as defined by the PanelInputArea 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 |