Partager via


EmailOptions.AutoFormatAsYouTypeApplyBulletedLists Property

Determines 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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoFormatAsYouTypeApplyBulletedLists As Boolean
    Get
    Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean

value = instance.AutoFormatAsYouTypeApplyBulletedLists

instance.AutoFormatAsYouTypeApplyBulletedLists = value
bool AutoFormatAsYouTypeApplyBulletedLists { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns 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, and False if not.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace