TypeConverter::SimplePropertyDescriptor::ResetValue Method (Object^)
Resets the value for this property of the component.
Assembly: System (in System.dll)
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.
Available since 1.1