Click or drag to resize

MouseEvent.IsMiddleButton Property

X#
A logical value indicating whether the user pressed the middle mouse button when a MouseEvent was generated.

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

Property Value

Type: Logic
A logical value indicating whether the user pressed the middle mouse button when a MouseEvent was generated.
Remarks
A logical value indicating whether the user pressed the middle mouse button when a MouseEvent was generated. If yes, TRUE is returned; otherwise, FALSE.
See Also