BumpBar.Keys Property
2/27/2008
Gets the number of keys on the specified bump bar unit.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Keys As Integer
public abstract int Keys { get; }
public:
virtual property int Keys {
int get () abstract;
}
/** @property */
public abstract int get_Keys ()
public abstract function get Keys () : int
Remarks
Gets the number of keys on the bump bar unit specified by the CurrentUnitId property.
The Keys property is set by the service object, based on the capabilities of the device.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
BumpBar.CurrentUnitId Property
BumpBar.Keys Property