Overview | Methods | This Package | All Packages
Resets the value of the property.
Syntax
public void resetValue( Object component )
Parameters
component
The component that defines the property.
Remarks
If a default value is specified in this PropertyInfo object, the value of the property is set to the default value. If the property has no default value, this method invokes the component's reset<PropertyName> method, if it exists. (If both these routes fail, the property value remains unchanged.)