Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TF_LBI_* constants are used with the ITfLangBarItemSink::OnUpdate method to indicate which language bar items changed.
Constant/value | Description |
---|---|
|
The icon of the item has changed. The language bar calls ITfLangBarItemButton::GetIcon in response to this notification. |
|
The text of a button or bitmap button item has changed. The language bar calls ITfLangBarItemButton::GetText or ITfLangBarItemBitmapButton::GetText, whichever is appropriate, in response to this notification. |
|
The tooltip text of the item changed. The language bar calls ITfLangBarItem::GetTooltipString in response to this notification. |
|
The bitmap of a bitmap or bitmap button item changed. The language bar calls ITfLangBarItemBitmap::DrawBitmap or ITfLangBarItemBitmapButton::DrawBitmap, whichever is appropriate, in response to this notification. |
|
The information for a balloon item changed. The language bar calls ITfLangBarItemBalloon::GetBalloonInfo in response to this notification. |
|
The item status changed. The language bar calls ITfLangBarItem::GetStatus in response to this notification. |
|
Combines TF_LBI_BITMAP and TF_LBI_TOOLTIP. |
|
Combines TF_LBI_BITMAP, TF_LBI_TEXT and TF_LBI_TOOLTIP. |
|
Combines TF_LBI_ICON, TF_LBI_TEXT and TF_LBI_TOOLTIP. |
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 |
|