RemoteOrderDisplay.ControlCursor(DeviceUnits, VideoCursorType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.