PropertySpecificationDescriptorCanResetValue Method  | 
 
            When overridden in a derived class, returns whether resetting an object changes its value.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntaxpublic override bool CanResetValue(
	Object component
)
Public Overrides Function CanResetValue ( 
	component As Object
) As Boolean
Parameters
- component
 - Type: SystemObject
The component to test for reset capability. 
Return Value
Type: 
Boolean
            true if resetting the component changes its value; otherwise, false.
            
See Also