ITfLangBarItemMgr interface (ctfutb.h)

The ITfLangBarItemMgr interface is implemented by the language bar and used by a text service to manage items in the language bar.

A text service obtains an instance of this interface by calling ITfThreadMgr::QueryInterface with IID_ITfLangBarItemMgr. An instance of this interface can also be created by calling CoCreateInstance with CLSID_TF_LangBarItemMgr.

Inheritance

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

Methods

The ITfLangBarItemMgr interface has these methods.

 
ITfLangBarItemMgr::AddItem

ITfLangBarItemMgr::AddItem method
ITfLangBarItemMgr::AdviseItemSink

ITfLangBarItemMgr::AdviseItemSink method
ITfLangBarItemMgr::AdviseItemsSink

ITfLangBarItemMgr::AdviseItemsSink method
ITfLangBarItemMgr::EnumItems

ITfLangBarItemMgr::EnumItems method
ITfLangBarItemMgr::GetItem

ITfLangBarItemMgr::GetItem method
ITfLangBarItemMgr::GetItemFloatingRect

ITfLangBarItemMgr::GetItemFloatingRect method
ITfLangBarItemMgr::GetItemNum

ITfLangBarItemMgr::GetItemNum method
ITfLangBarItemMgr::GetItems

ITfLangBarItemMgr::GetItems method
ITfLangBarItemMgr::GetItemsStatus

ITfLangBarItemMgr::GetItemsStatus method
ITfLangBarItemMgr::RemoveItem

ITfLangBarItemMgr::RemoveItem method
ITfLangBarItemMgr::UnadviseItemSink

ITfLangBarItemMgr::UnadviseItemSink method
ITfLangBarItemMgr::UnadviseItemsSink

ITfLangBarItemMgr::UnadviseItemsSink 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

ITfLangBarItem

IUnknown