MouseEvent.IsLeftButton Property | |
A logical value indicating whether the user pressed the left mouse button when a MouseEvent was generated.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IsLeftButton AS LOGIC GET
public virtual bool IsLeftButton { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value indicating whether the user pressed the left mouse button when a MouseEvent was generated.
Remarks
A logical value indicating whether the user pressed the left mouse button when a MouseEvent was generated. If yes, TRUE is returned; otherwise, FALSE.
See Also