Enum TextBoxTextAttrBulletStyle
Defines different bullet styles.
[Flags]
public enum TextBoxTextAttrBulletStyle
Fields
AlignCentre = 8192List bullet style flag "AlignCentre".
AlignLeft = 0List bullet style flag "AlignLeft".
AlignRight = 4096List bullet style flag "AlignRight".
Arabic = 1List bullets are numbers.
Bitmap = 64This style is not supported.
Continuation = 16384List bullet style flag "Continuation".
LettersLower = 4List bullets are letters in lower case.
LettersUpper = 2List bullets are letters in upper case.
None = 0List bullet style is not specified.
Outline = 2048List bullet style flag "Outline".
Parentheses = 128List bullet style flag "Parenthesis".
Period = 256Adds period after list item bullet.
RightParenthesis = 1024List bullet style flag "RightParenthesis".
RomanLower = 16List bullets are roman digits in lower case.
RomanUpper = 8List bullets are roman digits in upper case.
Standard = 512List bullets are using standard style.
Symbol = 32List bullets are symbols.
Remarks
This enumeration supports a bitwise combination of its member values.