DisplayBlink Enum
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.
Enumerates the valid line display blink capabilities for a Line Display device.
public enum DisplayBlink
type DisplayBlink =
Public Enum DisplayBlink
- Inheritance
-
DisplayBlink
Fields
Name | Value | Description |
---|---|---|
None | 0 | The line display device does not support blinking; the value is 0 (zero). |
All | 1 | 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 | 2 | 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. |