Share via


RemoteOrderDisplay.SetCursor Method

2/27/2008

Updates the cursor position on the specified video unit(s).

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

Syntax

'Declaration
Public MustOverride Sub SetCursor ( _
    units As DeviceUnits, _
    row As Integer, _
    column As Integer _
)
public abstract void SetCursor (
    DeviceUnits units,
    int row,
    int column
)
public:
virtual void SetCursor (
    DeviceUnits units, 
    int row, 
    int column
) abstract
public abstract void SetCursor (
    DeviceUnits units, 
    int row, 
    int column
)
public abstract function SetCursor (
    units : DeviceUnits, 
    row : int, 
    column : int
)

Parameters

  • units
    The units to operate on.
  • row
    Row to put the cursor on.
  • column
    Column to put the cursor on.

Remarks

SetCursor may cause a PosControlException to be thrown with the following ErrorCode:

Value

Description

Failure

An error occurred while communicating with one of the video units specified by units. The ErrorUnits and ErrorString properties are updated before return.

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

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
ErrorString
ErrorUnits