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