PowerTools ActiveReports for .NET 9.0J
SelectionStart プロパティ
使用例 

テキストボックス内で選択されているテキストの開始点を取得または設定します。
構文
'宣言
 
Public Property SelectionStart As Integer
public 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 クラス
RichTextBox メンバ
SelectionLength プロパティ

 

 


©2003-2015 GrapeCity inc. All rights reserved.