GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > RichTextBox Class : SelectionStart Property |
'Declaration Public Property SelectionStart As System.Integer
public System.int SelectionStart {get; set;}
private void detail_Format(object sender, System.EventArgs eArgs) { this.rtbActiveReport.SelectionStart = 0; this.rtbActiveReport.SelectionLength = 100; this.rtbActiveReport.SelectionRightIndent = 1; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.rtbActiveReport.SelectionStart = 0 Me.rtbActiveReport.SelectionLength = 100 Me.rtbActiveReport.SelectionRightIndent = 0.5 End Sub
RichTextBox Class
RichTextBox Members
ActiveReports6~GrapeCity.ActiveReports.RichTextBox~SelectionLength