TextBox.Select(Int32, Int32) 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
选择文本框中的文本范围。
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 
选定内容的长度(以字符为单位)。