Table of Contents

Method CanResetValue

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

CanResetValue(object)

Returns whether resetting an object changes its value. Dynamic properties do not support resetting, so resetting an object never changes its value.

public override bool CanResetValue(object component)

Parameters

component object

The component to test for reset capability.

Returns

bool

true if resetting the component changes its value; otherwise, false.