Visual Basic: RichTextBox Control

BulletIndent Property

See Also    Example    Applies To

Returns or sets the amount of indent used in a RichTextBox control when SelBullet is set to True.

Syntax

object.BulletIndent [= integer]

The BulletIndent property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
integer An integer that determines the amount of indent. These properties use the scale mode units of the Form object containing the RichTextBox control.

Remarks

The BulletIndent property returns Null if the selection spans multiple paragraphs with different margin settings.