| 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.3.0.0 (1.3.17.0314)
Syntaxpublic override void ResetValue(
	Object component
)
Public Overrides Sub ResetValue ( 
	component As Object
)
Parameters
- component
 - Type: SystemObject
The component with the property value that is to be reset to the default value. 
See Also