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.PropertyEditingAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public 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