How to set bullet to selected text in RichTextBox?

By James J
INSTANTLY dtSearch TERABYTES OF POPULAR DATA TYPES; hundreds of reviews, etc.!

Set Bullet before the line of selected from RichTextBox...

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        RichTextBox1.SelectionBullet = True
End Sub

How to set bullet to selected text in RichTextBox?  (467 Views)