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