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

2/27/2008

Gets the type of the last keyboard event.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property PosKeyEventType As KeyEvent
public abstract KeyEvent PosKeyEventType { get; }
public:
virtual property KeyEvent PosKeyEventType {
    KeyEvent get () abstract;
}
/** @property */
public abstract KeyEvent get_PosKeyEventType ()
public abstract function get PosKeyEventType () : KeyEvent

Remarks

Possible types are defined by the KeyEvent enumeration.

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
KeyDown
KeyUp
KeyEvent Enumeration