System.Windows.Forms.ToolStripComboBox.SelectionLength Property

Gets or sets the number of characters selected in the editable portion of the System.Windows.Forms.ToolStripComboBox.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public int SelectionLength { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this property to determine whether any characters are currently selected in the combo box control before performing operations on the selected text. When the value of the ToolStripComboBox.SelectionLength property is set to a value that is larger than the number of characters within the text of the control, the value of the ToolStripComboBox.SelectionLength property is set to the entire length of text within the control minus the value of the ToolStripComboBox.SelectionStart property (if any value is specified for the ToolStripComboBox.SelectionStart property).

Requirements

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