ListBox.SelectedIndexCollection.Add(Int32) 方法

定义

在指定的索引位置添加该 ListBox 位置。

public:
 void Add(int index);
public void Add(int index);
member this.Add : int -> unit
Public Sub Add (index As Integer)

参数

index
Int32

要在其中添加 . 的 ListBox数组中的位置。

适用于