TF_SFT_* Constants
The TF_SFT_* constants specify display settings of a floating language bar.
Constant/value | Description |
---|---|
|
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. |
|
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. |
|
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. |
|
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. |
|
Make the language bar opaque. |
|
Make the language bar partially transparent. Available only on Windows 2000 or later. |
|
Make the language bar highly transparent. Available only on Windows 2000 or later. |
|
Display text labels next to language bar icons. |
|
Hide language bar icon text labels. |
|
Display text service icons on the taskbar when the language bar is minimized. |
|
Hide text service icons on the taskbar when the language bar is minimized. |
|
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 |
|
IDL |
|