ComboBox.SelectionLength 属性

定义

获取或设置组合框可编辑部分中选定的字符数。

public:
 property int SelectionLength { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int SelectionLength { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionLength : int with get, set
Public Property SelectionLength As Integer

属性值

组合框中选定的字符数。

属性

例外

值小于零。

注解

在对所选文本执行操作之前,可以使用此属性来确定组合框控件中当前是否选择了任何字符。 当属性的值SelectionLength设置为大于控件文本中的字符数的值时,如果为SelectionStart属性) 指定了任何值SelectionStart,则属性的值SelectionLength将设置为控件中文本的整个长度减去属性 (的值。

适用于