ITfLangBarMgr interface (ctfutb.h)

The ITfLangBarMgr interface is implemented by the TSF manager and used by text services to manage event sink notification and configure floating language bar display settings. The interface ID is IID_ITfLangBarMgr.

Inheritance

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

Methods

The ITfLangBarMgr interface has these methods.

 
ITfLangBarMgr::AdviseEventSink

The ITfLangBarMgr::AdviseEventSink method advises a sink about a language bar event.
ITfLangBarMgr::GetInputProcessorProfiles

ITfLangBarMgr::GetInputProcessorProfiles method
ITfLangBarMgr::GetShowFloatingStatus

ITfLangBarMgr::GetShowFloatingStatus method
ITfLangBarMgr::GetThreadLangBarItemMgr

ITfLangBarMgr::GetThreadLangBarItemMgr method
ITfLangBarMgr::GetThreadMarshalInterface

ITfLangBarMgr::GetThreadMarshalInterface method
ITfLangBarMgr::RestoreLastFocus

ITfLangBarMgr::RestoreLastFocus method
ITfLangBarMgr::SetModalInput

ITfLangBarMgr::SetModalInput method
ITfLangBarMgr::ShowFloating

ITfLangBarMgr::ShowFloating method
ITfLangBarMgr::UnadviseEventSink

ITfLangBarMgr::UnadviseEventSink 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

CoCreateInstance

IUnknown