ITfLangBarItemBitmap interface (ctfutb.h)

The ITfLangBarItemBitmap interface is implemented by an application or text service and used by the language bar manager to obtain information specific to a bitmap item on the language bar.

The language bar manager obtains an instance of this interface by calling QueryInterface on the ITfLangBarItem passed to ITfLangBarItemMgr::AddItem with IID_ITfLangBarItemBitmap.

Inheritance

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

Methods

The ITfLangBarItemBitmap interface has these methods.

 
ITfLangBarItemBitmap::DrawBitmap

ITfLangBarItemBitmap::DrawBitmap method
ITfLangBarItemBitmap::GetPreferredSize

ITfLangBarItemBitmap::GetPreferredSize method
ITfLangBarItemBitmap::OnClick

ITfLangBarItemBitmap::OnClick method

Remarks

A language bar bitmap functions as a static item on the language bar that displays a bitmap.

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

ITfLangBarItem

ITfLangBarItemMgr::AddItem

IUnknown