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