ToolStripComboBox.SelectionLength 属性

定义

获取或设置 ToolStripComboBox 的可编辑部分中选定字符的数目。

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

属性值

Int32

在 . 中选择 ToolStripComboBox的字符数。

属性

注解

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

适用于