TfLBIClick enumeration (ctfutb.h)

Elements of the TfLBIClick enumeration specify which mouse button was used to click a toolbar item.

Syntax

typedef enum __MIDL___MIDL_itf_ctfutb_0000_0010_0001 {
  TF_LBI_CLK_RIGHT = 1,
  TF_LBI_CLK_LEFT = 2
} TfLBIClick;

Constants

 
TF_LBI_CLK_RIGHT
Value: 1
The user right-clicked the button.
TF_LBI_CLK_LEFT
Value: 2
The user left-clicked the button.

Requirements

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

See also

ITfLangBarItemBalloon::OnClick

ITfLangBarItemBitmap::OnClick

ITfLangBarItemBitmapButton::OnClick

ITfLangBarItemButton::OnClick