Share via


PosKeyboard.CapKeyUp Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates whether the keyboard device can generate both key-down and key-up input data, based on the value of the EventTypes property.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CapKeyUp As Boolean
public abstract bool CapKeyUp { get; }
public:
virtual property bool CapKeyUp {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapKeyUp ()
public abstract function get CapKeyUp () : boolean

Remarks

If true, the keyboard device can generate both key-down and key-up input data, based on the value of the EventTypes property.

If false, the keyboard device is only able to generate key-down input data.

CapKeyUp is typically initialized to false. The service object should then set CapKeyUp based on the capability 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

PosKeyboard Class
PosKeyboard Members
Microsoft.PointOfService Namespace
EventTypes