DK for ActiveX | TatukGIS_XDK11.TMouseButton | Enums
Mouse state.
// C# public enum TMouseButton { mbLeft = 0, mbRight = 1, mbMiddle = 2 }
' VisualBasic Public Enum TMouseButton mbLeft = 0 mbRight = 1 mbMiddle = 2 End Enum
// Oxygene type TMouseButton = public ( mbLeft = 0, mbRight = 1, mbMiddle = 2 );
Name | Value | Description | |
---|---|---|---|
mbLeft | 0 | Left button clicked. | |
mbRight | 1 | Right button clicked. | |
mbMiddle | 2 | Left button clicked. | |