Share via


RichEditBoxSelectionChangingEventArgs.SelectionLength プロパティ

定義

テキストの選択範囲の長さを取得します。

public:
 property int SelectionLength { int get(); };
int SelectionLength();
public int SelectionLength { get; }
var int32 = richEditBoxSelectionChangingEventArgs.selectionLength;
Public ReadOnly Property SelectionLength As Integer

プロパティ値

Int32

int

テキスト選択の長さ。

適用対象