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
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!