|  | DynamicReadOnlyPropertyDescriptorResetValue Method | 
When overridden in a derived class, resets the value for this property of the component to the default value.
 
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic override void ResetValue(
	Object component
)
Public Overrides Sub ResetValue ( 
	component As Object
)
public:
virtual void ResetValue(
	Object^ component
) override
abstract ResetValue : 
        component : Object -> unit 
override ResetValue : 
        component : Object -> unit Parameters
- component
- Type: SystemObject
 The component with the property value that is to be reset to the default value.
 See Also
See Also