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