TextBoxSelectionChangingEventArgs.SelectionLength 属性

定义

获取文本选择的长度。

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

属性值

Int32

int

文本选择的长度。

适用于