AutoCompleteStringCollection.Remove(String) Method

Definition

Removes a string from the collection.

public:
 void Remove(System::String ^ value);
public void Remove (string value);
member this.Remove : string -> unit
Public Sub Remove (value As String)

Parameters

value
String

The String to remove.

Applies to