Gets or sets the indentation used in the control when the bullet style is applied to the text.
[Visual Basic]
Public Property BulletIndent As Single
[C#]
public float BulletIndent {get; set;}
Float value that is the current bullet indent value in inches. Default is 0.5 inch.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
RichTextBox Class | RichTextBox Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.