DisplayReverse 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 possible reverse video capability values.
public enum DisplayReverse
type DisplayReverse =
Public Enum DisplayReverse
- Inheritance
-
DisplayReverse
Fields
Name | Value | Description |
---|---|---|
None | 0 | Reverse video is supported. Each character may be individually set to reverse video or normal. |
All | 1 | Reverse video is not supported. |
Each | 2 | Reverse video is supported. The entire contents of the display are either in reverse video or displayed normally. |