Gets or sets the distance in inches between the left edge of the RichTextBox and the left edge of the current text selection. Renders the selected text the specified number of inches to the right of the RichTextBox.
[Visual Basic]
Public Property SelectionIndent As Single
[C#]
public float SelectionIndent {get; set;}
An integer value that represents the current distance, in inches, of the indentation applied to the left of the current text selection.
[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 | SelectionHangingIndent | SelectionRightIndent
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.