ITfLangBarEventSink interface (ctfutb.h)

The ITfLangBarEventSink interface is implemented by an application or text service and used by the language bar to supply notifications of certain events that occur in the language bar. The application or text service installs this event sink by calling ITfLangBarMgr::AdviseEventSink.

Inheritance

The ITfLangBarEventSink interface inherits from the IUnknown interface. ITfLangBarEventSink also has these types of members:

Methods

The ITfLangBarEventSink interface has these methods.

 
ITfLangBarEventSink::GetItemFloatingRect

ITfLangBarEventSink::GetItemFloatingRect method
ITfLangBarEventSink::OnModalInput

ITfLangBarEventSink::OnModalInput method
ITfLangBarEventSink::OnSetFocus

ITfLangBarEventSink::OnSetFocus method
ITfLangBarEventSink::OnThreadItemChange

ITfLangBarEventSink::OnThreadItemChange method
ITfLangBarEventSink::OnThreadTerminate

ITfLangBarEventSink::OnThreadTerminate method
ITfLangBarEventSink::ShowFloating

ITfLangBarEventSink::ShowFloating method

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ctfutb.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfLangBarMgr::AdviseEventSink

ITfLangBarMgr::ShowFloating

IUnknown