ITfSystemDeviceTypeLangBarItem::SetIconMode method (ctfutb.h)

Modifies the type of icon displayed for a system language bar item.

Syntax

HRESULT SetIconMode(
  [in] DWORD dwFlags
);

Parameters

[in] dwFlags

Specifies how the system language bar item should display the icon. This can be one of the following values.

Value Meaning
0
The system language bar item should display a default icon for the item.
TF_DTLBI_USEPROFILEICON
The system language bar item should display the icon specified for the language profile.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_NOTIMPL
The system language bar item does not support this 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
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfSystemDeviceTypeLangBarItem

Miscellaneous Language Bar Constants