ITfSystemDeviceTypeLangBarItem interface (ctfutb.h)

The ITfSystemDeviceTypeLangBarItem interface is implemented by a system language bar item and used by an application or text service to control how the system item displays its icon. The application or text service obtains an instance of this interface by calling QueryInterface on the ITfLangBarItem object with IID_ITfSystemDeviceTypeLangBarItem.

Inheritance

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

Methods

The ITfSystemDeviceTypeLangBarItem interface has these methods.

 
ITfSystemDeviceTypeLangBarItem::GetIconMode

ITfSystemDeviceTypeLangBarItem::GetIconMode method
ITfSystemDeviceTypeLangBarItem::SetIconMode

ITfSystemDeviceTypeLangBarItem::SetIconMode method

Remarks

Support for this interface is optional and must not be assumed.

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

IUnknown