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

適用於