AutoCompleteStringCollection::Remove Method (String^)

 

Removes a string from the collection.

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

public:
void Remove(
	String^ value
)

Parameters

value
Type: System::String^

The String to remove.

.NET Framework
Available since 2.0
Return to top
Show: