Remove

IControlPropertiesCollection.Remove method

Removes a property with the specified name.

public void Remove(string name)
ParameterTypeDescription
nameStringThe name of property to remove.

See Also