Click or drag to resize

MouseEvent.IsXButton2 Property

X#
A logical value determining whether the user pressed the XButton2 causing the MouseEvent to be generated.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY IsXButton2 AS LOGIC GET 
Request Example View Source

Property Value

Type: Logic
A logical value determining whether the user pressed the XButton2 causing the MouseEvent to be generated.
Remarks
Five button mice have Left, Middle, Right, XButton1and XButton2. A logical value determining whether the user pressed the XButton2 causing the MouseEvent to be generated. If yes, TRUE is returned; otherwise, FALSE
See Also