Menus.TTrackButton
From RAD Studio VCL Reference
Delphi Information
From Menus.pas
TTrackButton = { tbRightButton, tbLeftButton };
Unit: Menus
Type: enum
C++ Information
From Menus.hpp
enum TTrackButton{ tbRightButton, tbLeftButton };
Unit: Menus
Type: enum
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. |