AutoCompleteStringCollection::Add Method (String^)

 

Inserts a new String into the collection.

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

public:
int Add(
	String^ value
)

Parameters

value
Type: System::String^

The String to add to the collection.

Return Value

Type: System::Int32

The position in the collection where the String was added.

.NET Framework
Available since 2.0
Return to top
Show: