Important: The information in this document is obsolete and should not be used for new development.
ActivateTextService
TheActivateTextService
function notifies a text service component that its associated document window is becoming active. This allows the text service component to display any associated floating windows.
FUNCTION ActivateTextService (ts: ComponentInstance): ComponentResult;
ts
- A component instance created by a prior call to the Component Manager
OpenComponent
function.DESCRIPTION
The appropriate response toActivateTextService
is for the text service component to restore its active state, including displaying all floating windows if they have been hidden. If it is an input method, it should specify the redisplay of any unconfirmed text currently in the active input area.