TMouseButtons Type

Specifies constants that define which mouse button was pressed.

Namespace: CNClrLib.Control.EnumTypes
type
 TMouseButtons = CNClrlib.EnumTypes.TMouseButtons;

Field
Description

mbsNone

No mouse button was pressed.

mbsLeft

The left mouse button was pressed.

mbsRight

The right mouse button was pressed.

mbsMiddle

The middle mouse button was pressed.

mbsButton1

The first XButton was pressed.

mbsXButton2

The second XButton was pressed.