isCandidateWindowVisible method
Returns true if the Input Method Editor (IME) candidate window UI is visible, and false otherwise.
![]() |
Syntax
var result = MSInputMethodContext.isCandidateWindowVisible();Parameters
- result [out, retval]
-
Type: boolean
Remarks
The isCandidateWindowVisible method reports on the IME candidate window visibility for all kinds of candidates. The state of the candidate window visibility can change multiple times during a composition, and can even show after the composition completes (for example, to display other types of candidates, like predictions.)
See also
Show:
