Enum TextBoxTextAttrEffects
Enumerates styles used when text effects are specified.
[Flags]
public enum TextBoxTextAttrEffects
Fields
Capitals = 1Capitalises text when displayed (leaving the case of the actual buffer text unchanged.
DoubleStrikethrough = 8Not implemented.
Emboss = 32Not implemented.
Engrave = 128Not implemented.
None = 0No text effects are specified.
Outline = 64Not implemented.
Rtl = 1024Not implemented.
Shadow = 16Not implemented.
SmallCapitals = 2Not implemented.
Strikethrough = 4Draws a line through text.
Subscript = 512Text effect "Subscript".
Superscript = 256Text effect "Superscript".
SuppressHyphenation = 4096Not implemented.
Remarks
This enumeration supports a bitwise combination of its member values.