Click or drag to resize

PropertySpecificationDescriptorResetValue Method

When overridden in a derived class, resets the value for this property of the component to the default value.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public override void ResetValue(
	Object component
)

Parameters

component
Type: SystemObject
The component with the property value that is to be reset to the default value.
See Also