The distance (in inches) between the right edge of the RichTextBox control and the right edge of the text that is selected.
[Visual Basic]
Public Property SelectionRightIndent As Single
[C#]
public float SelectionRightIndent {get; set;}
The indentation space, in inches, at the right of the current selection or insertion point.
[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 | SelectionIndent
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.