TF_LBI_STATUS_* Constants

The TF_LBI_STATUS_* constants indicate the status of a language bar item. These values are used with the ITfLangBarItem::GetStatus method.

Constant/value Description
TF_LBI_STATUS_HIDDEN
0x00000001
The item is hidden. This style is ignored if the item does not include the TF_LBI_STYLE_HIDDENSTATUSCONTROL style.
TF_LBI_STATUS_DISABLED
0x00000002
The item is disabled.
TF_LBI_STATUS_BTN_TOGGLED
0x00010000
The item is in the toggled or pressed state. This style is ignored if the item does not include the TF_LBI_STYLE_BTN_TOGGLE style.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Redistributable
TSF 1.0 on Windows 2000 Professional
Header
Ctfutb.h
IDL
Ctfutb.idl

See also

ITfLangBarItem::GetStatus