IInputMethod2::Showing
This method is implemented to perform any initialization before the input panel window is displayed.
HRESULT Showing( void );
Return Values
An appropriate HRESULT value is returned.
Remarks
This method is called by the input panel when the user toggles the visible status of the input panel on. Programmatically, this occurs when the SIPF_ON flag is toggled in the SIPINFO structure. Use this method to initialize any parameters, structures, and functions that relate to displaying the IM. The IM can also use any data that was stored with a previous call to IInputMethod2::Hiding to initialize the window. After this method is complete and the input panel window is shown, the window and its children, such as those created by the IM, receive WM_PAINT messages.
Requirements
| Runs On | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.12 and later | Sip.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
IInputMethod2::Hiding, SIPINFO, WM_PAINT
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.