TextBox.Select(Int32, Int32) 方法

定义

选择文本框中的文本范围。

public:
 virtual void Select(int start, int length) = Select;
void Select(int const& start, int const& length);
public void Select(int start, int length);
function select(start, length)
Public Sub Select (start As Integer, length As Integer)

参数

start
Int32

int

所选内容中第一个字符的从零开始的索引。

length
Int32

int

选定内容的长度(以字符为单位)。

适用于