อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


ToolStripComboBox.Select(Int32, Int32) Method

Definition

Selects a range of text in the editable portion of the ToolStripComboBox.

C#
public void Select(int start, int length);

Parameters

start
Int32

The position of the first character in the current text selection within the text box.

length
Int32

The number of characters to select.

Exceptions

The start is less than zero.

-or-

start minus length is less than zero.

Remarks

If you want to set the start position to the first character in the control's text, set the start parameter to zero. You can use this method to select a substring of text, such as when searching through the text of the control and replacing information.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10