VideoCursorType Enumeration

2/27/2008

Lists the possible video cursor types for a Remote Order Display device.

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

Syntax

'Declaration
Public Enumeration VideoCursorType
public enum VideoCursorType
public enum class VideoCursorType
public enum VideoCursorType
public enum VideoCursorType

Members

Member name Description
Block Enable a solid block cursor.
BlockBlink Enable a blinking solid block cursor.
Line Enable a solid underscore line.
LineBlink Enable a blinking solid underscore cursor.
Off Disable the cursor.

Remarks

Used by the ControlCursor method. Members of this enumeration replace the ROD_CRS_LINE, ROD_CRS_LINE_BLINK, ROD_CRS_BLOCK, ROD_CRS_BLOCK_BLINK, and ROD_CRS_OFF UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
RemoteOrderDisplay.ControlCursor Method