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 を追加する配列内の位置。

適用対象