Vcl.Menus.TTrackButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTrackButton = (tbRightButton, tbLeftButton);

C++

enum DECLSPEC_DENUM TTrackButton : unsigned char { tbRightButton, tbLeftButton };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus Vcl.Menus

Description

TTrackButton specifies which mouse button activates a tool button menu.


TTrackButton can have one of the following values:

Value Meaning

tbRightButton

The right mouse button activates the tool button menu.

tbLeftButton

The left mouse button activates the tool button menu.