constantes TF_LBI_*
- Article
-
-
Les constantes TF_LBI_* sont utilisées avec la méthode ITfLangBarItemSink::OnUpdate pour indiquer les éléments de la barre de langue modifiés.
Constante/valeur |
Description |
-
TF_LBI_ICON
- 0x00000001
|
L’icône de l’élément a changé. La barre de langue appelle ITfLangBarItemButton::GetIcon en réponse à cette notification.
|
-
TF_LBI_TEXT
- 0x00000002
|
Le texte d’un bouton ou d’un élément de bouton bitmap a changé. La barre de langue appelle ITfLangBarItemButton::GetText ou ITfLangBarItemBitmapButton::GetText, selon le cas, en réponse à cette notification.
|
-
TF_LBI_TOOLTIP
- 0x00000004
|
Le texte de l’info-bulle de l’élément a changé. La barre de langue appelle ITfLangBarItem::GetTooltipString en réponse à cette notification.
|
-
TF_LBI_BITMAP
- 0x00000008
|
La bitmap d’un élément de bouton bitmap ou bitmap a changé. La barre de langue appelle ITfLangBarItemBitmap::D rawBitmap ou ITfLangBarItemBitmapButton::D rawBitmap, selon le cas, en réponse à cette notification.
|
-
TF_LBI_BALLOON
- 0x00000010
|
Les informations d’un élément de bulle ont changé. La barre de langue appelle ITfLangBarItemBalloon::GetBalloonInfo en réponse à cette notification.
|
-
TF_LBI_STATUS
- 0x00010000
|
L’élément status modifié. La barre de langue appelle ITfLangBarItem::GetStatus en réponse à cette notification.
|
-
TF_LBI_BMPALL
- TF_LBI_BITMAP| TF_LBI_TOOLTIP
|
Combine TF_LBI_BITMAP et TF_LBI_TOOLTIP.
|
-
TF_LBI_BMPBTNALL
- TF_LBI_BITMAP| TF_LBI_TEXT| TF_LBI_TOOLTIP
|
Combine TF_LBI_BITMAP, TF_LBI_TEXT et TF_LBI_TOOLTIP.
|
-
TF_LBI_BTNALL
- TF_LBI_ICON| TF_LBI_TEXT| TF_LBI_TOOLTIP
|
Combine TF_LBI_ICON, TF_LBI_TEXT et TF_LBI_TOOLTIP.
|
Spécifications
Condition requise |
Valeur |
Client minimal pris en charge
|
Windows 2000 Professionnel [applications de bureau uniquement]
|
Serveur minimal pris en charge
|
Windows 2000 Server [applications de bureau uniquement]
|
Composant redistribuable
|
TSF 1.0 sur Windows 2000 Professionnel
|
En-tête
|
- Ctfutb.h
|
IDL
|
- Ctfutb.idl
|
Voir aussi
-
ITfLangBarItemsink::OnUpdate