Gets or sets a value indicating whether the bullet style is applied to the current selection or insertion point.
Documentation for this section has not yet been entered.
If no text is selected, the bullet style is applied to the current insertion point and to all paragraphs that the user enters after the insertion point. The bullet style is applied to the text of the control until the insertion point is moved or when the user presses the Enter key on an empty bullet item.
If text is selected within the control when this property is set, all paragraphs within the selected text are converted into bulleted items in the bulleted list. You can use this property to create bulleted lists within the documents you create in the System.Windows.Forms.RichTextBox control.
The RichTextBox.BulletIndent property enables you to specify the amount of indentation to apply between the bullet and the bulleted item's text.