CharInfoAttributes Enumeration
Specifies the character attributes of a screen buffer character cell.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum CharInfoAttributes
<FlagsAttribute>
Public Enumeration CharInfoAttributes
Dim instance As CharInfoAttributes
[FlagsAttribute]
public enum class CharInfoAttributes
[<FlagsAttribute>]
type CharInfoAttributes
No code example is currently available or this language may not be supported.
None |
0 |
No attributes.
|
BlackColor |
0 |
Same as None.
|
ForeColorBlue |
1 |
Text color contains blue.
|
ForeColorGreen |
2 |
Text color contains green.
|
ForeColorRed |
4 |
Text color contains red.
|
ForeColorIntensity |
8 |
Text color Is intensified.
|
ForeColorMask |
15 |
Foreground color mask.
|
BackColorBlue |
16 |
Background color contains blue.
|
BackColorGreen |
32 |
Background color contains green.
|
BackColorRed |
64 |
Background color contains red.
|
BackColorIntensity |
128 |
Background color Is intensified.
|
BackColorMask |
240 |
Background color mask.
|
ColorMask |
255 |
Color mask.
|
LeadingByte |
256 |
Leading Byte.
|
TrailingByte |
512 |
Trailing Byte.
|
GridHorizontal |
1,024 |
Top horizontal.
|
GridVerticalLeft |
2,048 |
Left vertical.
|
GridVerticalRight |
4,096 |
Right vertical.
|
ReverseVideo |
16,384 |
Reverse foreground and background attribute.
|
Underscore |
-32,768 |
Underscore.
|