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