LineDisplay.CapCursorType Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a bitwise indication of the cursor types supported by the Line Display device, selectable through the CursorType property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapCursorType As DisplayCursors
public abstract DisplayCursors CapCursorType { get; }
public:
virtual property DisplayCursors CapCursorType {
    DisplayCursors get () abstract;
}
/** @property */
public abstract DisplayCursors get_CapCursorType ()
public abstract function get CapCursorType () : DisplayCursors

Remarks

Possible values are defined by the DisplayCursors enumeration.

If CapCursorType is set to None, then none of the other values are set.

If CapCursorType is set to Fixed, then DisplayCursors.Blink may also be set, plus exactly one of the other values. This other value indicates the cursor type that is always displayed.

CapCursorType 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

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
DisplayCursors Enumeration
CursorType