Share via


DisplayBlink Enumeration

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

Usage

'Usage
Dim displayBlink1 As DisplayBlink = DisplayBlink.All

Syntax

'Declaration
Public Enum DisplayBlink
public enum DisplayBlink
public enum class DisplayBlink
public enum DisplayBlink
public enum DisplayBlink

Members

Member name Description
All The line display supports blinking for the entire display. The service object sets the entire contents of the display to blink or to be in a steady state.
Each The line display supports blinking for each character. The service object can set each character to blink individually or to be in a steady state.
None The line display device doesn’t support blinking; the value is 0.

Remarks

Defines the possible character blink capabilities for the CapBlink property. Replaces the DSP_CB_NOBLINK, DSP_CB_BLINKALL, and DSB_CB_BLINKEACH constants.

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
CapBlink