iTextInputPanelEventSink::InPlaceStateChanging 方法 (peninputpanel.h)
当 In-Place 状态即将更改时发生。
语法
HRESULT InPlaceStateChanging(
[in] InPlaceState oldInPlaceState,
[in] InPlaceState newInPlaceState
);
参数
[in] oldInPlaceState
当前状态,由 InPlaceState 枚举定义。
[in] newInPlaceState
输入面板要更改为的新状态,由 InPlaceState 枚举定义。
返回值
此方法可以返回其中一个值。
返回代码 | 说明 |
---|---|
|
成功。 |
|
发生了未指定的错误。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP Tablet PC Edition [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | peninputpanel.h |
DLL | Tiptsf.dll |