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 Tablet PC Input Panel has switched between visible and invisible.
Syntax
HRESULT InPlaceVisibilityChanged(
[in] BOOL oldVisible,
[in] BOOL newVisible
);
Parameters
[in] oldVisible
TRUE if the Input Panel has changed from visible to invisible, otherwise FALSE.
[in] newVisible
TRUE if the Input Panel has changed from invisible to visible, otherwise FALSE.
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 |