System.Windows.Forms.ToolStripComboBox.Select Method

Selects a range of text in the editable portion of the System.Windows.Forms.ToolStripComboBox.

Syntax

public void Select (int start, int length)

Parameters

start
The position of the first character in the current text selection within the text box.
length
The number of characters to select.

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0