MouseEvent.IsXButton2 Property | |
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
public virtual bool IsXButton2 { get; }
Request Example
View SourceProperty Value
Type:
LogicA 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