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

要移除的控件。

适用于