EMouseButton

type EMouseButton = (mbLeft, mbRight, mbMiddle);

Type Library
TeeChartx

Description
Determines Mouse Button type.

Not all development environments support the direct call of TeeChart's Enum constants by name. See note on use of Enum constants for VBScript, MS VC++.

Integer Values:

mbLeft = 1

mbRight = 2

mbMiddle = 4