Share via


PinPad.CapKeyboard Property

2/27/2008

If set to true, the application can use the PIN pad keyboard to obtain input.

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

Syntax

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

Remarks

The PIN pad keyboard is implemented as a PosKeyboard class object.

The PosKeyboard class object is disabled while the PinEntryEnabled property is set to true.

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

PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
PosKeyboard