TypeConverter::SimplePropertyDescriptor::ResetValue Method (Object^)

 

Resets the value for this property of the component.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual void ResetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component with the property value to be reset.

This method looks for a DefaultValueAttribute. If it finds one, it sets the value of the property to the value specified in the attribute. If this method cannot find a DefaultValueAttribute, it looks for a ResetMyProperty method. If it finds a ResetMyProperty method, it invokes it. If this method cannot find a DefaultValueAttribute or a ResetMyProperty method, then it does not perform an operation.

.NET Framework
Available since 1.1
Return to top
Show: