TTrackButton specifies which mouse button activates a tool button menu.
TTrackButton = ( tbRightButton, tbLeftButton );
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!
|