Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptorResetValue Method
When overridden in a derived class, resets the value for this property of the component to the default value.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
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