Style.BulletAttribute Property

This property returns or sets attributes for bulleted lists. A new attribute set with this property has only effect when the ListType property has previously been set to txListBulleted.

Syntax

   Style.BulletAttribute(Attribute) [= value]

Remarks

This property's parameter and settings are the same as for TXTextControl.BulletAttribute.

See Also