Share via


VideoAttributeCommand Enumeration

Indicates video region attibutes.

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

Usage

'Usage
Dim videoAttributeCommand1 As VideoAttributeCommand = VideoAttributeCommand.BlinkOff

Syntax

'Declaration
Public Enum VideoAttributeCommand
public enum VideoAttributeCommand
public enum class VideoAttributeCommand
public enum VideoAttributeCommand
public enum VideoAttributeCommand

Example

Microsoft.PointOfService.RemoteOrderDisplay.UpdateVideoRegionAttribute

Members

Member name Description
BlinkOff Turn off blinking in the region.
BlinkOn Turn on blinking in the region.
IntensityOff Turn off foreground intensity in the region.
IntensityOn Turn on foreground intensity in the region.
ReverseOff Remove reverse video from the region.
ReverseOn Reverse video the region.
Set Set the region with the new attribute.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace