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

要删除的控件。

适用于