TF_SFT_* Constants

The TF_SFT_* constants specify display settings of a floating language bar.

Constant/value Description
TF_SFT_SHOWNORMAL
0x00000001
Display the language bar as a floating window. This constant cannot be combined with the TF_SFT_DOCK, TF_SFT_MINIMIZED, TF_SFT_HIDDEN, or TF_SFT_DESKBAND constants.
TF_SFT_DOCK
0x00000002
Dock the language bar in its own task pane. This constant cannot be combined with the TF_SFT_SHOWNORMAL, TF_SFT_MINIMIZED, TF_SFT_HIDDEN, or TF_SFT_DESKBAND constants. Available only on Windows XP.
TF_SFT_MINIMIZED
0x00000004
Display the language bar as a single icon in the system tray. This constant cannot be combined with the TF_SFT_SHOWNORMAL, TF_SFT_DOCK, TF_SFT_HIDDEN, or TF_SFT_DESKBAND constants. In Windows XP, use TF_SFT_DESKBAND instead.
TF_SFT_HIDDEN
0x00000008
Hide the language bar. This constant cannot be combined with the TF_SFT_SHOWNORMAL, TF_SFT_DOCK, TF_SFT_MINIMIZED, or TF_SFT_DESKBAND constants.
TF_SFT_NOTRANSPARENCY
0x00000010
Make the language bar opaque.
TF_SFT_LOWTRANSPARENCY
0x00000020
Make the language bar partially transparent. Available only on Windows 2000 or later.
TF_SFT_HIGHTRANSPARENCY
0x00000040
Make the language bar highly transparent. Available only on Windows 2000 or later.
TF_SFT_LABELS
0x00000080
Display text labels next to language bar icons.
TF_SFT_NOLABELS
0x00000100
Hide language bar icon text labels.
TF_SFT_EXTRAICONSONMINIMIZED
0x00000200
Display text service icons on the taskbar when the language bar is minimized.
TF_SFT_NOEXTRAICONSONMINIMIZED
0x00000400
Hide text service icons on the taskbar when the language bar is minimized.
TF_SFT_DESKBAND
0x00000800
Dock the language bar in the righthand end of the system task bar (immediately left of the system tray/clock). This constant cannot be combined with the TF_SFT_SHOWNORMAL, TF_SFT_DOCK, TF_SFT_MINIMIZED, or TF_SFT_HIDDEN constants. Available only on Windows XP.

Remarks

The ITfLangBarMgr::ShowFloating method sets the result of a logical OR operation on one or more of these constants to specify the attributes of the language bar item.

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

ITfLangBarMgr::ShowFloating