Overview | ||||||||||||||||
Group | ||||||||||||||||
Quick Info
|
WM_IME_SETCONTEXT
The WM_IME_SETCONTEXT message is sent to an application when a window of the application is activated. If the application has created an IME window, it should call the ImmIsUIMessage function. Otherwise, it should pass this message to the DefWindowProc function. fSet = (BOOL) wParam;iShow = (DWORD) lParam;
Parameters fSet Active flag. If TRUE, the input context is active. If FALSE, the context is inactive. iShow Show flags. Can be a combination of the following values:
Value
| Description
|
ISC_SHOWUICOMPOSITIONWINDOW
| Shows the composition window by UI window.
|
ISC_SHOWUIGUIDWINDOW
| Shows the guide window by UI window
|
ISC_SHOWUISOFTKBD
| Shows the soft keyboard by UI window
|
ISC_SHOWUICANDIDATEWINDOW
| Shows the candidate window of Index 0 by UI window.
|
ISC_SHOWUICANDIDATEWINDOW << 1
| Shows the candidate window of Index 1 by UI window.
|
ISC_SHOWUICANDIDATEWINDOW << 2
| Shows the candidate window of Index 2 by UI window.
|
ISC_SHOWUICANDIDATEWINDOW << 3
| Shows the candidate window of Index 3 by UI window.
|
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples - Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database