Options.AutoFormatAsYouTypeApplyBulletedLists Property
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.
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 Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeApplyBulletedLists
instance.AutoFormatAsYouTypeApplyBulletedLists = value
bool AutoFormatAsYouTypeApplyBulletedLists { get; set; }
Property Value
Type: System.Boolean