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