Gets or sets a value specifying whether there is a bulleted list at the current input position. The bullet character is determined through the BulletCharacter property. If text is selected, the property specifies this attribute for the whole selected text.

Syntax

public bool? BulletedList { get; set; }
Public Property BulletedList() As Nullable(Of Boolean)

Remarks

The property returns null when the text selection contains different list settings.