ListBox::SelectedIndexCollection::Add Method (Int32)

 

Adds the ListBox at the specified index location.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Add(
	int index
)

Parameters

index
Type: System::Int32

The location in the array at which to add the ListBox.

.NET Framework
Available since 2.0
Return to top
Show: