共用方式為


RemoteOrderDisplay.ControlCursor(DeviceUnits, VideoCursorType) Method

Definition

Enables or disables the cursor for the specified video unit(s).

public abstract void ControlCursor (Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.VideoCursorType cursorType);
abstract member ControlCursor : Microsoft.PointOfService.DeviceUnits * Microsoft.PointOfService.VideoCursorType -> unit
Public MustOverride Sub ControlCursor (units As DeviceUnits, cursorType As VideoCursorType)

Parameters

units
DeviceUnits

The units to operate on.

cursorType
VideoCursorType

The type of cursor to display.

Applies to