Add

ControlPropertiesCollection.Add method

Adds a property to the collection.

public void Add(string name, string value)
ParameterTypeDescription
nameStringThe name of the property.
valueStringThe alue of the property.

See Also