AutoFormatAsYouTypeApplyBulletedLists Property

Applies To

Options object.

Description

True if bullet characters (such as asterisks, hyphens, and greater-than signs) are replaced with bullets from the Bullets And Numbering dialog box (Format menu) as you type. Read/write Boolean.

See Also

ApplyBulletDefault method, AutoFormatApplyBulletedLists property, ListFormat object, ListParagraphs property, ListType property.

Example

This example causes characters to be replaced with bullets when typed in a list.

Options.AutoFormatAsYouTypeApplyBulletedLists = True
This example returns the status of the Automatic bulleted lists option on the AutoFormat As You Type tab in the AutoCorrect dialog box (Tools menu).

temp = Options.AutoFormatAsYouTypeApplyBulletedLists