Results 1 to 2 of 2

Thread: Bullets & Numbring

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    10

    Question

    Can any one help me with bulleting and numbering in an rtfbox ?

    Thanks

  2. #2
    Guest
    Use the SelButtlet method to display Bullets and use the BulletIndent property to determine how much you want to indent after each Bullet.

    Code:
    'Set the bullet Indent to 25.
    RichTextBox1.BulletIndent = 25
    'If the Bulleting is OFF, turn it ON, if it's ON, then turn it OFF.
    RichTextBox1.SelBullet = Not RichTextBox1.SelBullet

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width