Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptorCanResetValue Method
When overridden in a derived class, returns whether resetting an object changes its value.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override bool CanResetValue(
	Object component
)

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