public:
property int SelectionLength { int get(); };
int SelectionLength();
public int SelectionLength { get; }
var int32 = richEditBoxSelectionChangingEventArgs.selectionLength;
Public ReadOnly Property SelectionLength As Integer
プロパティ値
テキストの選択範囲の長さ。