AppCommandEvent.IsDeviceKey Property | |
Returns TRUE if the device that issued the command was a keyboard; otherwise, FALSE.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IsDeviceKey AS LOGIC GET
public virtual bool IsDeviceKey { get; }
Request Example
View SourceProperty Value
Type:
LogicTRUE if the device that issued the command was a keyboard; otherwise, FALSE.
See Also