RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Menus.TTrackButton Enumeration

TTrackButton specifies which mouse button activates a tool button menu.

Pascal
TTrackButton = (
  tbRightButton,
  tbLeftButton
);
C++
enum TTrackButton {
  tbRightButton,
  tbLeftButton
};

Menus

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.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!