Gets or sets the starting point of text selected in the text box.
[Visual Basic]
Public Property SelectionStart As Integer
[C#]
public int SelectionStart {get; set;}
The starting position of text selected in the text box.
[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 | SelectionLength
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.