ListBox.SelectedIndexCollection.Remove(Int32) 메서드

정의

지정된 컨트롤을 컬렉션에서 제거합니다.

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

매개 변수

index
Int32

제거할 컨트롤입니다.

적용 대상