KeyEvent.System Property | |
A logical value determining whether the Alt key was pressed at the same time as another key (TRUE if yes, FALSE if no).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY System AS LOGIC GET
public virtual bool System { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value determining whether the Alt key was pressed at the same time as another key (TRUE if yes, FALSE if no).
Remarks
A logical value determining whether the Alt key was pressed at the same time as another key (TRUE if yes, FALSE if no).
See Also