TF_LBMENUF_* Constants

The TF_LBMENUF_* constants are used in the ITfMenu::AddMenuItem method to specify the characteristics of a menu item in the language bar.

Constant/value Description
TF_LBMENUF_CHECKED
0x01
The menu item is checked.
TF_LBMENUF_SUBMENU
0x02
The menu item is a submenu.
TF_LBMENUF_SEPARATOR
0x04
The menu item is a separator.
TF_LBMENUF_RADIOCHECKED
0x08
The menu item is a radio check mark.
TF_LBMENUF_GRAYED
0x10
The menu item is disabled.

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

ITfMenu::AddMenuItem