AppCommandEvent.IsXButton1 Property | |
Returns TRUE if the first X mouse button is down; otherwise, FALSE.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IsXButton1 AS LOGIC GET
public virtual bool IsXButton1 { get; }
Request Example
View SourceProperty Value
Type:
LogicTRUE if the first X mouse button is down; otherwise, FALSE.
See Also