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 的数组位置。

适用于