ITfLangBarItemBalloon interface (ctfutb.h)

The ITfLangBarItemBalloon interface is implemented by an application or text service and is used by the language bar manager to obtain information specific to a balloon 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_ITfLangBarItemBalloon.

Inheritance

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

Methods

The ITfLangBarItemBalloon interface has these methods.

 
ITfLangBarItemBalloon::GetBalloonInfo

ITfLangBarItemBalloon::GetBalloonInfo method
ITfLangBarItemBalloon::GetPreferredSize

ITfLangBarItemBalloon::GetPreferredSize method
ITfLangBarItemBalloon::OnClick

ITfLangBarItemBalloon::OnClick method

Remarks

A language bar balloon acts as a pop-up notification on the language bar.

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