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를 추가할 배열의 위치입니다.

적용 대상