VideoAttributes Enumeration

2/27/2008

Lists the possible foreground and background colors, and blinking and intensity attributes of a video display on a Remote Order Display device.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration VideoAttributes
[FlagsAttribute] 
public enum VideoAttributes
[FlagsAttribute] 
public enum class VideoAttributes
/** @attribute FlagsAttribute() */ 
public enum VideoAttributes
FlagsAttribute 
public enum VideoAttributes

Members

Member name Description
BackgroundBlack Black background
BackgroundBlue Blue background
BackgroundBrown Brown background
BackgroundCyan Cyan background
BackgroundGray Gray background
BackgroundGreen Green background
BackgroundMagenta Magenta background
BackgroundRed Red background
Blink Blinking
ForegroundBlack Black foreground
ForegroundBlue Blue foreground
ForegroundBrown Brown foreground
ForegroundCyan Cyan foreground
ForegroundGray Gray foreground
ForegroundGreen Green foreground
ForegroundMagenta Magenta foreground
ForegroundRed Red foreground
Intensity Intensity

Remarks

Used by the ClearVideo, ClearVideoRegion, ControlClock, DisplayData, DrawBox, and UpdateVideoRegionAttribute methods. Members of this enumeration replace the ROD_ATTR_ range of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
RemoteOrderDisplay.ClearVideo Method
RemoteOrderDisplay.ClearVideoRegion Method
RemoteOrderDisplay.ControlClock Method
RemoteOrderDisplay.DisplayData Method
RemoteOrderDisplay.DrawBox Method
RemoteOrderDisplay.UpdateVideoRegionAttribute Method