TfLBBalloonStyle enumeration (ctfutb.h)

Elements of the TfLBBalloonStyle enumeration are used to specify a language bar balloon style.

Syntax

typedef enum __MIDL_ITfLangBarItemBalloon_0001 {
  TF_LB_BALLOON_RECO = 0,
  TF_LB_BALLOON_SHOW = 1,
  TF_LB_BALLOON_MISS = 2
} TfLBBalloonStyle;

Constants

 
TF_LB_BALLOON_RECO
Value: 0
This balloon style is used to represent a reconversion operation.
TF_LB_BALLOON_SHOW
Value: 1
This is a normal balloon style.
TF_LB_BALLOON_MISS
Value: 2
This balloon style is used to indicate that a command was not recognized.

Remarks

The following image shows an example of a balloon with the TF_LB_BALLOON_RECO style.

TF_LB_BALLOON_RECO balloon The following image shows an example of a balloon with the TF_LB_BALLOON_SHOW style. TF_LB_BALLOON_SHOW balloon The following image shows an example of a balloon with the TF_LB_BALLOON_MISS style. TF_LB_BALLOON_MISS balloon

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Header ctfutb.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfFnBalloon::UpdateBalloon

TF_LBBALLOONINFO